Html Css Color HEX #BD9BAE Lily

📋 copy color: '#BD9BAE'

red 189 ◦ green 155 ◦ blue 174

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

Shades of Lily #BD9BAE

Tints of Lily #BD9BAE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.92%

 BLUE value IS 174 (68.36% from 255) = 33.59%

R = 36.49%
G = 29.92%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD9BAE (or 0xBD9BAE) is known color: Lily. HEX triplet: BD, 9B and AE. RGB value is (189,155,174). Sum of RGB (Red+Green+Blue) = 189+155+174=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9BAE is #426451. Grayscale: #A7A7A7. Windows color (decimal): -4351058 or 11443133. OLE color: 11443133.

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

Color convert

RGB 189 155 174 -
CMYK 0 0.18 0.08 0.26
HSL 326.47º 0.2% 0.67% -
HSV(B) 326.47º 0.18% 0.74% -
XYZ 40.35 37.32 45.12 -
YUV 167.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 189 155 174 0 0.18 0.08 0.26 326.47 0.2 0.67
Hex BD 9B AE 0 12 8 1A 146 14 43
Octal 275 233 256 0 22 10 32 506 24 103
Binary 10111101 10011011 10101110 0 10010 1000 11010 101000110 10100 1000011

Color Harmonies of #BD9BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9BAE

Black with #BD9BAE

Text Example


Text Example

White with #BD9BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9BAE; }

 p { color: rgb(189,155,174); }

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

background-color css

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

 a { background-color: rgb(189,155,174); }

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

border-color css

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

 span { border-color: rgb(189,155,174); }

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