#BD98BB

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

Shades of Lilac #BD98BB

Tints of Lilac #BD98BB

Color information

#BD98BB (or 0xBD98BB) is unknown color: approx Lilac. HEX triplet: BD, 98 and BB. RGB value is (189,152,187). Sum of RGB (Red+Green+Blue) = 189+152+187=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 189 - color contains mainly: red. Hex color #BD98BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98BB is #426744. Grayscale: #A6A6A6. Windows color (decimal): -4351813 or 12294333. OLE color: 12294333.

HSL color Cylindrical-coordinate representation of color #BD98BB: hue angle of 303.24º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BD98BB is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB189152187-
CMYK00.200.010.26
HSL303.24º21.89%66.86%-
HSV(B)303.24º19.58%74.12%-
XYZ41.1836.8651.96-
YUV167.05139.26143.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.80%
GREEN value IS 152 (59.77% from 255) = 28.79%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=35.80%
G=28.79%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915218700.200.010.26303.2421.8966.86
HexBD98BB01411A12f1643
Octal27523027302413245726103
Binary101111011001100010111011010100111010100101111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD98BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD98BB; }

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

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

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

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

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

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

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

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