Html Css Color HEX #BBA6C2 Lola

📋 copy color: '#BBA6C2'

red 187 ◦ green 166 ◦ blue 194

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

Shades of Lola #BBA6C2

Tints of Lola #BBA6C2

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.35%

 BLUE value IS 194 (76.17% from 255) = 35.47%

R = 34.19%
G = 30.35%
B = 35.47%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BBA6C2 (or 0xBBA6C2) is known color: Lola. HEX triplet: BB, A6 and C2. RGB value is (187,166,194). Sum of RGB (Red+Green+Blue) = 187+166+194=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 194 - color contains mainly: blue. Hex color #BBA6C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6C2 is #44593D. Grayscale: #AFAFAF. Windows color (decimal): -4479294 or 12756667. OLE color: 12756667.

HSL color Cylindrical-coordinate representation of color #BBA6C2: hue angle of 285º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBA6C2 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 166 194 -
CMYK 0.04 0.14 0 0.24
HSL 285º 0.19% 0.71% -
HSV(B) 285º 0.14% 0.76% -
XYZ 43.87 41.73 56.78 -
YUV 175.47 138.46 136.22 -
System Red Green Blue C M Y K H S L
Decimal 187 166 194 0.04 0.14 0 0.24 285 0.19 0.71
Hex BB A6 C2 4 E 0 18 11D 13 47
Octal 273 246 302 4 16 0 30 435 23 107
Binary 10111011 10100110 11000010 100 1110 0 11000 100011101 10011 1000111

Color Harmonies of #BBA6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA6C2

Black with #BBA6C2

Text Example


Text Example

White with #BBA6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA6C2; }

 p { color: rgb(187,166,194); }

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

background-color css

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

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

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

border-color css

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

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

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