Html Css Color HEX #BBA8C2 Lola

📋 copy color: '#BBA8C2'

red 187 ◦ green 168 ◦ blue 194

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

Shades of Lola #BBA8C2

Tints of Lola #BBA8C2

RGB

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

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

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

R = 34.06%
G = 30.6%
B = 35.34%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BBA8C2 (or 0xBBA8C2) is known color: Lola. HEX triplet: BB, A8 and C2. RGB value is (187,168,194). Sum of RGB (Red+Green+Blue) = 187+168+194=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 194 - color contains mainly: blue. Hex color #BBA8C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8C2 is #44573D. Grayscale: #B0B0B0. Windows color (decimal): -4478782 or 12757179. OLE color: 12757179.

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

Color convert

RGB 187 168 194 -
CMYK 0.04 0.13 0 0.24
HSL 283.85º 0.18% 0.71% -
HSV(B) 283.85º 0.13% 0.76% -
XYZ 44.23 42.47 56.9 -
YUV 176.65 137.79 135.39 -
System Red Green Blue C M Y K H S L
Decimal 187 168 194 0.04 0.13 0 0.24 283.85 0.18 0.71
Hex BB A8 C2 4 D 0 18 11C 12 47
Octal 273 250 302 4 15 0 30 434 22 107
Binary 10111011 10101000 11000010 100 1101 0 11000 100011100 10010 1000111

Color Harmonies of #BBA8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8C2

Black with #BBA8C2

Text Example


Text Example

White with #BBA8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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