#BBA8C2

Color #BBA8C2 Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #BBA8C2

Tints of Lola #BBA8C2

Color information

#BBA8C2 (or 0xBBA8C2) is unknown color: approx 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

RGB187168194-
CMYK0.040.1300.24
HSL283.85º17.57%70.98%-
HSV(B)283.85º13.4%76.08%-
XYZ44.2342.4756.9-
YUV176.64137.79135.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.06%
GREEN value IS 168 (66.02% from 255) = 30.60%
BLUE value IS 194 (76.17% from 255) = 35.34%
R=34.06%
G=30.60%
B=35.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871681940.040.1300.24283.8517.5770.98
HexBBA8C24D01811c1247
Octal27325030241503043422107
Binary1011101110101000110000101001101011000100011100100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>