Html Css Color HEX #BD97BB Lilac

📋 copy color: '#BD97BB'

red 189 ◦ green 151 ◦ blue 187

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

Shades of Lilac #BD97BB

Tints of Lilac #BD97BB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.65%

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

R = 35.86%
G = 28.65%
B = 35.48%

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

#BD97BB (or 0xBD97BB) is known color: Lilac. HEX triplet: BD, 97 and BB. RGB value is (189,151,187). Sum of RGB (Red+Green+Blue) = 189+151+187=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BD97BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD97BB is #426844. Grayscale: #A6A6A6. Windows color (decimal): -4352069 or 12294077. OLE color: 12294077.

HSL color Cylindrical-coordinate representation of color #BD97BB: hue angle of 303.16º 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 #BD97BB is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 151 187 -
CMYK 0 0.20 0.01 0.26
HSL 303.16º 0.22% 0.67% -
HSV(B) 303.16º 0.2% 0.74% -
XYZ 41.02 36.54 51.9 -
YUV 166.47 139.59 144.07 -
System Red Green Blue C M Y K H S L
Decimal 189 151 187 0 0.20 0.01 0.26 303.16 0.22 0.67
Hex BD 97 BB 0 14 1 1A 12F 16 43
Octal 275 227 273 0 24 1 32 457 26 103
Binary 10111101 10010111 10111011 0 10100 1 11010 100101111 10110 1000011

Color Harmonies of #BD97BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD97BB

Black with #BD97BB

Text Example


Text Example

White with #BD97BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD97BB; }

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

 H1.HeaderClassName
 {
   color: #BD97BB;
 }
 .AnyTagClassName
 {
   color: #BD97BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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