#BBA8BE

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

Shades of Lola #BBA8BE

Tints of Lola #BBA8BE

Color information

#BBA8BE (or 0xBBA8BE) is unknown color: approx Lola. HEX triplet: BB, A8 and BE. RGB value is (187,168,190). Sum of RGB (Red+Green+Blue) = 187+168+190=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBA8BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8BE is #445741. Grayscale: #B0B0B0. Windows color (decimal): -4478786 or 12495035. OLE color: 12495035.

HSL color Cylindrical-coordinate representation of color #BBA8BE: hue angle of 291.82º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBA8BE is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187168190-
CMYK0.020.1200.25
HSL291.82º14.47%70.2%-
HSV(B)291.82º11.58%74.51%-
XYZ43.7942.2954.57-
YUV176.19135.79135.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.31%
GREEN value IS 168 (66.02% from 255) = 30.83%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=34.31%
G=30.83%
B=34.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871681900.020.1200.25291.8214.4770.2
HexBBA8BE2C019124e46
Octal27325027621403144416106
Binary10111011101010001011111010110001100110010010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA8BE; }

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

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

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

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

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

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

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

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