#BB98A9

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

Shades of Lily #BB98A9

Tints of Lily #BB98A9

Color information

#BB98A9 (or 0xBB98A9) is unknown color: approx Lily. HEX triplet: BB, 98 and A9. RGB value is (187,152,169). Sum of RGB (Red+Green+Blue) = 187+152+169=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BB98A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB98A9 is #446756. Grayscale: #A4A4A4. Windows color (decimal): -4482903 or 11114683. OLE color: 11114683.

HSL color Cylindrical-coordinate representation of color #BB98A9: hue angle of 330.86º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BB98A9 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB187152169-
CMYK00.190.100.27
HSL330.86º20.47%66.47%-
HSV(B)330.86º18.72%73.33%-
XYZ38.8835.8942.41-
YUV164.4130.6144.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 152 (59.77% from 255) = 29.92%
BLUE value IS 169 (66.41% from 255) = 33.27%
R=36.81%
G=29.92%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715216900.190.100.27330.8620.4766.47
HexBB98A9013A1B14b1442
Octal273230251023123351324102
Binary101110111001100010101001010011101011011101001011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB98A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB98A9; }

 p { color: rgb(187,152,169); }

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

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

 a { background-color: rgb(187,152,169); }

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

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

 span { border-color: rgb(187,152,169); }

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