#BBA3BC

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

Shades of Lola #BBA3BC

Tints of Lola #BBA3BC

Color information

#BBA3BC (or 0xBBA3BC) is unknown color: approx Lola. HEX triplet: BB, A3 and BC. RGB value is (187,163,188). Sum of RGB (Red+Green+Blue) = 187+163+188=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 188 - color contains mainly: blue. Hex color #BBA3BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3BC is #445C43. Grayscale: #ACACAC. Windows color (decimal): -4480068 or 12362683. OLE color: 12362683.

HSL color Cylindrical-coordinate representation of color #BBA3BC: hue angle of 297.6º degrees, saturation: 0.16, 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 #BBA3BC is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187163188-
CMYK0.010.1300.26
HSL297.6º15.72%68.82%-
HSV(B)297.6º13.3%73.73%-
XYZ42.6740.3953.12-
YUV173.03136.45137.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.76%
GREEN value IS 163 (64.06% from 255) = 30.30%
BLUE value IS 188 (73.83% from 255) = 34.94%
R=34.76%
G=30.30%
B=34.94%

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
Decimal1871631880.010.1300.26297.615.7268.82
HexBBA3BC1D01A12a1045
Octal27324327411503245220105
Binary10111011101000111011110011101011010100101010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA3BC; }

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

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

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

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

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

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

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

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