Color Hex Logo

#bbadc6 Color Hex

#BBADC6
(187,173,198)
0 Favorites   0 Comments

Color spaces of #bbadc6

RGB 187173198
HSL0.760.180.73
HSV274°13°78°
CMYK 0.060.130.00   0.22
XYZ45.630144.529259.6161
Yxy44.52920.30470.2973
Hunter Lab66.73025.2804-6.2580
CIE-Lab72.58089.6945-10.8925

#bbadc6 color RGB value is (187,173,198).

#bbadc6 hex color red value is 187, green value is 173 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #bbadc6 hue: 0.76 , saturation: 0.18 and the lightness value of bbadc6 is 0.73.

The process color (four color CMYK) of #bbadc6 color hex is 0.06, 0.13, 0.00, 0.22. Web safe color of #bbadc6 is #cc99cc. Color #bbadc6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 11000110
Octal 273 255 306
Decimal 187 173 198
Hex BB AD C6

RGB Percentages of Color #bbadc6

%33.51
%31.00
%35.48

CMYK Percentages of Color #bbadc6

%6
%13
%0
%22

Triadic Colors of #bbadc6

#bbadc6 #c6bbad #adc6bb

Analogous Colors of #bbadc6

#bbadc6 #c6adc5 #afadc6

Monochromatic Colors of #bbadc6

#bbadc6

Complementary Color

#bbadc6 #b8c6ad

#bbadc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbadc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbadc6 Color CSS Codes

.mybgcolor {background-color:#bbadc6; } 
.myforecolor {color:#bbadc6; }
.mybordercolor {border:3px solid #bbadc6; }

#bbadc6 Text Font Color

<p style="color:#bbadc6">Text here</p>

This sample text font color is #bbadc6
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbadc6 Background Color

<div style="background-color:#bbadc6">
Div content here</div>

This div background color is #bbadc6


#bbadc6 Border Color

<div style="border:3px solid #bbadc6">
Div here</div>

This div border color is #bbadc6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,173,198, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbadc6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbadc6;
  -webkit-box-shadow: 1px 1px 3px 2px #bbadc6;
  box-shadow:         1px 1px 3px 2px #bbadc6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,173,198, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbadc6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbadc6;
  -webkit-box-shadow: 1px 1px 3px 2px #bbadc6;
  box-shadow:         1px 1px 3px 2px #bbadc6;">
Div content here</div>

This div box has shadow with color #bbadc6


Comments

No comments written yet.

Please login to write comment.