Html Css Color HEX #BBA6BD Lola

📋 copy color: '#BBA6BD'

red 187 ◦ green 166 ◦ blue 189

#BBA6BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lola #BBA6BD

Tints of Lola #BBA6BD

RGB

 RED value IS 187 (73.44% from 255) = 34.5%

 GREEN value IS 166 (65.23% from 255) = 30.63%

 BLUE value IS 189 (74.22% from 255) = 34.87%

R = 34.5%
G = 30.63%
B = 34.87%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBA6BD (or 0xBBA6BD) is known color: Lola. HEX triplet: BB, A6 and BD. RGB value is (187,166,189). Sum of RGB (Red+Green+Blue) = 187+166+189=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBA6BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6BD is #445942. Grayscale: #AEAEAE. Windows color (decimal): -4479299 or 12428987. OLE color: 12428987.

HSL color Cylindrical-coordinate representation of color #BBA6BD: hue angle of 294.78º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBA6BD is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 166 189 -
CMYK 0.01 0.12 0 0.26
HSL 294.78º 0.15% 0.7% -
HSV(B) 294.78º 0.12% 0.74% -
XYZ 43.32 41.51 53.87 -
YUV 174.9 135.96 136.63 -
System Red Green Blue C M Y K H S L
Decimal 187 166 189 0.01 0.12 0 0.26 294.78 0.15 0.7
Hex BB A6 BD 1 C 0 1A 127 F 46
Octal 273 246 275 1 14 0 32 447 17 106
Binary 10111011 10100110 10111101 1 1100 0 11010 100100111 1111 1000110

Color Harmonies of #BBA6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA6BD

Black with #BBA6BD

Text Example


Text Example

White with #BBA6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA6BD; }

 p { color: rgb(187,166,189); }

 H1.HeaderClassName
 {
   color: #BBA6BD;
 }
 .AnyTagClassName
 {
   color: #BBA6BD;
 }
</style>

background-color css

<style>
 a { background-color: #BBA6BD; }

 a { background-color: rgb(187,166,189); }

 div.DivClassName
 {
   background-color: #BBA6BD;
 }
 .BgClassName
 {
   background-color: #BBA6BD;
 }
</style>

border-color css

<style>
 span { border-color: #BBA6BD; }

 span { border-color: rgb(187,166,189); }

 td.TdClassName
 {
   border-color: #BBA6BD;
 }
 .TagClassName
 {
   border-color: #BBA6BD;
 }
</style>