Html Css Color HEX #BBA8C0 Lola

📋 copy color: '#BBA8C0'

red 187 ◦ green 168 ◦ blue 192

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

Shades of Lola #BBA8C0

Tints of Lola #BBA8C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.1%

R = 34.19%
G = 30.71%
B = 35.1%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BBA8C0 (or 0xBBA8C0) is known color: Lola. HEX triplet: BB, A8 and C0. RGB value is (187,168,192). Sum of RGB (Red+Green+Blue) = 187+168+192=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 192 - color contains mainly: blue. Hex color #BBA8C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8C0 is #44573F. Grayscale: #B0B0B0. Windows color (decimal): -4478784 or 12626107. OLE color: 12626107.

HSL color Cylindrical-coordinate representation of color #BBA8C0: hue angle of 287.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBA8C0 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 168 192 -
CMYK 0.03 0.12 0 0.25
HSL 287.5º 0.16% 0.71% -
HSV(B) 287.5º 0.13% 0.75% -
XYZ 44.01 42.38 55.73 -
YUV 176.42 136.79 135.55 -
System Red Green Blue C M Y K H S L
Decimal 187 168 192 0.03 0.12 0 0.25 287.5 0.16 0.71
Hex BB A8 C0 3 C 0 19 120 10 47
Octal 273 250 300 3 14 0 31 440 20 107
Binary 10111011 10101000 11000000 11 1100 0 11001 100100000 10000 1000111

Color Harmonies of #BBA8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8C0

Black with #BBA8C0

Text Example


Text Example

White with #BBA8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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