Html Css Color HEX #BD98BB Lilac

📋 copy color: '#BD98BB'

red 189 ◦ green 152 ◦ blue 187

#BD98BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #BD98BB

Tints of Lilac #BD98BB

RGB

 RED value IS 189 (74.22% from 255) = 35.8%

 GREEN value IS 152 (59.77% from 255) = 28.79%

 BLUE value IS 187 (73.44% from 255) = 35.42%

R = 35.8%
G = 28.79%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD98BB (or 0xBD98BB) is known color: 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

RGB 189 152 187 -
CMYK 0 0.20 0.01 0.26
HSL 303.24º 0.22% 0.67% -
HSV(B) 303.24º 0.2% 0.74% -
XYZ 41.18 36.86 51.96 -
YUV 167.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 189 152 187 0 0.20 0.01 0.26 303.24 0.22 0.67
Hex BD 98 BB 0 14 1 1A 12F 16 43
Octal 275 230 273 0 24 1 32 457 26 103
Binary 10111101 10011000 10111011 0 10100 1 11010 100101111 10110 1000011

Color Harmonies of #BD98BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD98BB

Black with #BD98BB

Text Example


Text Example

White with #BD98BB

Text Example


Text Example

HTML Codes & Css Web 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>