Html Css Color HEX #BBA1BB Lola

📋 copy color: '#BBA1BB'

red 187 ◦ green 161 ◦ blue 187

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

Shades of Lola #BBA1BB

Tints of Lola #BBA1BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.95%

R = 34.95%
G = 30.09%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BBA1BB (or 0xBBA1BB) is known color: Lola. HEX triplet: BB, A1 and BB. RGB value is (187,161,187). Sum of RGB (Red+Green+Blue) = 187+161+187=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BBA1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1BB is #445E44. Grayscale: #ABABAB. Windows color (decimal): -4480581 or 12296635. OLE color: 12296635.

HSL color Cylindrical-coordinate representation of color #BBA1BB: hue angle of 300º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBA1BB is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 161 187 -
CMYK 0 0.14 0 0.27
HSL 300º 0.16% 0.68% -
HSV(B) 300º 0.14% 0.73% -
XYZ 42.21 39.64 52.44 -
YUV 171.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 187 161 187 0 0.14 0 0.27 300 0.16 0.68
Hex BB A1 BB 0 E 0 1B 12C 10 44
Octal 273 241 273 0 16 0 33 454 20 104
Binary 10111011 10100001 10111011 0 1110 0 11011 100101100 10000 1000100

Color Harmonies of #BBA1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA1BB

Black with #BBA1BB

Text Example


Text Example

White with #BBA1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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