#BBA6C3

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

Shades of Lola #BBA6C3

Tints of Lola #BBA6C3

Color information

#BBA6C3 (or 0xBBA6C3) is unknown color: approx Lola. HEX triplet: BB, A6 and C3. RGB value is (187,166,195). Sum of RGB (Red+Green+Blue) = 187+166+195=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 166 (65.23% from 255 or 30.29% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 195 - color contains mainly: blue. Hex color #BBA6C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6C3 is #44593C. Grayscale: #AFAFAF. Windows color (decimal): -4479293 or 12822203. OLE color: 12822203.

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

Color convert

RGB187166195-
CMYK0.040.1500.24
HSL283.45º19.46%70.78%-
HSV(B)283.45º14.87%76.47%-
XYZ43.9841.7857.38-
YUV175.58138.96136.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.12%
GREEN value IS 166 (65.23% from 255) = 30.29%
BLUE value IS 195 (76.56% from 255) = 35.58%
R=34.12%
G=30.29%
B=35.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871661950.040.1500.24283.4519.4670.78
HexBBA6C34F01811b1347
Octal27324630341703043323107
Binary1011101110100110110000111001111011000100011011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA6C3; }

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

 H1.HeaderClassName
 {
   color: #BBA6C3;
 }
 .AnyTagClassName
 {
   color: #BBA6C3;
 }
</style>
background-color css

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

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

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

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

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

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