#BBA4BC

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

Shades of Lola #BBA4BC

Tints of Lola #BBA4BC

Color information

#BBA4BC (or 0xBBA4BC) is unknown color: approx Lola. HEX triplet: BB, A4 and BC. RGB value is (187,164,188). Sum of RGB (Red+Green+Blue) = 187+164+188=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 188 - color contains mainly: blue. Hex color #BBA4BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4BC is #445B43. Grayscale: #ADADAD. Windows color (decimal): -4479812 or 12362939. OLE color: 12362939.

HSL color Cylindrical-coordinate representation of color #BBA4BC: hue angle of 297.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBA4BC is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187164188-
CMYK0.010.1300.26
HSL297.5º15.19%69.02%-
HSV(B)297.5º12.77%73.73%-
XYZ42.8540.7553.18-
YUV173.61136.12137.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 164 (64.45% from 255) = 30.43%
BLUE value IS 188 (73.83% from 255) = 34.88%
R=34.69%
G=30.43%
B=34.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871641880.010.1300.26297.515.1969.02
HexBBA4BC1D01A12af45
Octal27324427411503245217105
Binary1011101110100100101111001110101101010010101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA4BC; }

 p { color: rgb(187,164,188); }

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

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

 a { background-color: rgb(187,164,188); }

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

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

 span { border-color: rgb(187,164,188); }

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