#BBA4C3

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

Shades of Lola #BBA4C3

Tints of Lola #BBA4C3

Color information

#BBA4C3 (or 0xBBA4C3) is unknown color: approx Lola. HEX triplet: BB, A4 and C3. RGB value is (187,164,195). Sum of RGB (Red+Green+Blue) = 187+164+195=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 164 (64.45% from 255 or 30.04% from 546); Blue value is 195 (76.56% from 255 or 35.71% from 546); Max value from RGB is 195 - color contains mainly: blue. Hex color #BBA4C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4C3 is #445B3C. Grayscale: #AEAEAE. Windows color (decimal): -4479805 or 12821691. OLE color: 12821691.

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

Color convert

RGB187164195-
CMYK0.040.1600.24
HSL284.52º20.53%70.39%-
HSV(B)284.52º15.9%76.47%-
XYZ43.6241.0657.26-
YUV174.41139.62136.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.25%
GREEN value IS 164 (64.45% from 255) = 30.04%
BLUE value IS 195 (76.56% from 255) = 35.71%
R=34.25%
G=30.04%
B=35.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871641950.040.1600.24284.5220.5370.39
HexBBA4C341001811d1546
Octal27324430342003043525106
Binary10111011101001001100001110010000011000100011101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA4C3; }

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

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

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

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

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

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

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

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