Html Css Color HEX #BD9FB2 Lily

📋 copy color: '#BD9FB2'

red 189 ◦ green 159 ◦ blue 178

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

Shades of Lily #BD9FB2

Tints of Lily #BD9FB2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.23%

 BLUE value IS 178 (69.92% from 255) = 33.84%

R = 35.93%
G = 30.23%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD9FB2 (or 0xBD9FB2) is known color: Lily. HEX triplet: BD, 9F and B2. RGB value is (189,159,178). Sum of RGB (Red+Green+Blue) = 189+159+178=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9FB2 is #42604D. Grayscale: #AAAAAA. Windows color (decimal): -4350030 or 11706301. OLE color: 11706301.

HSL color Cylindrical-coordinate representation of color #BD9FB2: hue angle of 322º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BD9FB2 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 159 178 -
CMYK 0 0.16 0.06 0.26
HSL 322º 0.19% 0.68% -
HSV(B) 322º 0.16% 0.74% -
XYZ 41.42 38.83 47.43 -
YUV 170.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 189 159 178 0 0.16 0.06 0.26 322 0.19 0.68
Hex BD 9F B2 0 10 6 1A 142 13 44
Octal 275 237 262 0 20 6 32 502 23 104
Binary 10111101 10011111 10110010 0 10000 110 11010 101000010 10011 1000100

Color Harmonies of #BD9FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9FB2

Black with #BD9FB2

Text Example


Text Example

White with #BD9FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9FB2; }

 p { color: rgb(189,159,178); }

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

background-color css

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

 a { background-color: rgb(189,159,178); }

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

border-color css

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

 span { border-color: rgb(189,159,178); }

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