Html Css Color HEX #BBA8BD Lola

📋 copy color: '#BBA8BD'

red 187 ◦ green 168 ◦ blue 189

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

Shades of Lola #BBA8BD

Tints of Lola #BBA8BD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.88%

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

R = 34.38%
G = 30.88%
B = 34.74%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BBA8BD (or 0xBBA8BD) is known color: Lola. HEX triplet: BB, A8 and BD. RGB value is (187,168,189). Sum of RGB (Red+Green+Blue) = 187+168+189=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBA8BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8BD is #445742. Grayscale: #B0B0B0. Windows color (decimal): -4478787 or 12429499. OLE color: 12429499.

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

Color convert

RGB 187 168 189 -
CMYK 0.01 0.11 0 0.26
HSL 294.29º 0.14% 0.7% -
HSV(B) 294.29º 0.11% 0.74% -
XYZ 43.68 42.24 54 -
YUV 176.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 187 168 189 0.01 0.11 0 0.26 294.29 0.14 0.7
Hex BB A8 BD 1 B 0 1A 126 E 46
Octal 273 250 275 1 13 0 32 446 16 106
Binary 10111011 10101000 10111101 1 1011 0 11010 100100110 1110 1000110

Color Harmonies of #BBA8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8BD

Black with #BBA8BD

Text Example


Text Example

White with #BBA8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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