#BB9FAD

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

Shades of Lily #BB9FAD

Tints of Lily #BB9FAD

Color information

#BB9FAD (or 0xBB9FAD) is unknown color: approx Lily. HEX triplet: BB, 9F and AD. RGB value is (187,159,173). Sum of RGB (Red+Green+Blue) = 187+159+173=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9FAD is #446052. Grayscale: #A8A8A8. Windows color (decimal): -4481107 or 11378619. OLE color: 11378619.

HSL color Cylindrical-coordinate representation of color #BB9FAD: hue angle of 330º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BB9FAD is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB187159173-
CMYK00.150.070.27
HSL330º17.07%67.84%-
HSV(B)330º14.97%73.33%-
XYZ40.4338.3844.81-
YUV168.97130.28140.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 159 (62.5% from 255) = 30.64%
BLUE value IS 173 (67.97% from 255) = 33.33%
R=36.03%
G=30.64%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715917300.150.070.2733017.0767.84
HexBB9FAD0F71B14a1144
Octal27323725501773351221104
Binary1011101110011111101011010111111111011101001010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FAD; }

 p { color: rgb(187,159,173); }

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

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

 a { background-color: rgb(187,159,173); }

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

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

 span { border-color: rgb(187,159,173); }

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