Html Css Color HEX #BBA1C0 Lola

📋 copy color: '#BBA1C0'

red 187 ◦ green 161 ◦ blue 192

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

Shades of Lola #BBA1C0

Tints of Lola #BBA1C0

RGB

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

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

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

R = 34.63%
G = 29.81%
B = 35.56%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BBA1C0 (or 0xBBA1C0) is known color: Lola. HEX triplet: BB, A1 and C0. RGB value is (187,161,192). Sum of RGB (Red+Green+Blue) = 187+161+192=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 192 - color contains mainly: blue. Hex color #BBA1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1C0 is #445E3F. Grayscale: #ACACAC. Windows color (decimal): -4480576 or 12624315. OLE color: 12624315.

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

Color convert

RGB 187 161 192 -
CMYK 0.03 0.16 0 0.25
HSL 290.32º 0.2% 0.69% -
HSV(B) 290.32º 0.16% 0.75% -
XYZ 42.75 39.86 55.31 -
YUV 172.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 187 161 192 0.03 0.16 0 0.25 290.32 0.2 0.69
Hex BB A1 C0 3 10 0 19 122 14 45
Octal 273 241 300 3 20 0 31 442 24 105
Binary 10111011 10100001 11000000 11 10000 0 11001 100100010 10100 1000101

Color Harmonies of #BBA1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA1C0

Black with #BBA1C0

Text Example


Text Example

White with #BBA1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA1C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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