#BBA4B3

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

Shades of Lily #BBA4B3

Tints of Lily #BBA4B3

Color information

#BBA4B3 (or 0xBBA4B3) is unknown color: approx Lily. HEX triplet: BB, A4 and B3. RGB value is (187,164,179). Sum of RGB (Red+Green+Blue) = 187+164+179=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 164 (64.45% from 255 or 30.94% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA4B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4B3 is #445B4C. Grayscale: #ACACAC. Windows color (decimal): -4479821 or 11773115. OLE color: 11773115.

HSL color Cylindrical-coordinate representation of color #BBA4B3: hue angle of 320.87º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBA4B3 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB187164179-
CMYK00.120.040.27
HSL320.87º14.47%68.82%-
HSV(B)320.87º12.3%73.33%-
XYZ41.9140.3748.23-
YUV172.59131.62138.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.28%
GREEN value IS 164 (64.45% from 255) = 30.94%
BLUE value IS 179 (70.31% from 255) = 33.77%
R=35.28%
G=30.94%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716417900.120.040.27320.8714.4768.82
HexBBA4B30C41B141e45
Octal27324426301443350116105
Binary101110111010010010110011011001001101110100000111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA4B3; }

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

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

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

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

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

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

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

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