Html Css Color HEX #BBA1BC Lola

📋 copy color: '#BBA1BC'

red 187 ◦ green 161 ◦ blue 188

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

Shades of Lola #BBA1BC

Tints of Lola #BBA1BC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.04%

 BLUE value IS 188 (73.83% from 255) = 35.07%

R = 34.89%
G = 30.04%
B = 35.07%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BBA1BC (or 0xBBA1BC) is known color: Lola. HEX triplet: BB, A1 and BC. RGB value is (187,161,188). Sum of RGB (Red+Green+Blue) = 187+161+188=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 188 - color contains mainly: blue. Hex color #BBA1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1BC is #445E43. Grayscale: #ABABAB. Windows color (decimal): -4480580 or 12362171. OLE color: 12362171.

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

Color convert

RGB 187 161 188 -
CMYK 0.01 0.14 0 0.26
HSL 297.78º 0.17% 0.68% -
HSV(B) 297.78º 0.14% 0.74% -
XYZ 42.32 39.69 53.01 -
YUV 171.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 187 161 188 0.01 0.14 0 0.26 297.78 0.17 0.68
Hex BB A1 BC 1 E 0 1A 12A 11 44
Octal 273 241 274 1 16 0 32 452 21 104
Binary 10111011 10100001 10111100 1 1110 0 11010 100101010 10001 1000100

Color Harmonies of #BBA1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA1BC

Black with #BBA1BC

Text Example


Text Example

White with #BBA1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA1BC; }

 p { color: rgb(187,161,188); }

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

background-color css

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

 a { background-color: rgb(187,161,188); }

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

border-color css

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

 span { border-color: rgb(187,161,188); }

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