Html Css Color HEX #BD9CAC Lily

📋 copy color: '#BD9CAC'

red 189 ◦ green 156 ◦ blue 172

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

Shades of Lily #BD9CAC

Tints of Lily #BD9CAC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.17%

 BLUE value IS 172 (67.58% from 255) = 33.27%

R = 36.56%
G = 30.17%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD9CAC (or 0xBD9CAC) is known color: Lily. HEX triplet: BD, 9C and AC. RGB value is (189,156,172). Sum of RGB (Red+Green+Blue) = 189+156+172=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9CAC is #426353. Grayscale: #A7A7A7. Windows color (decimal): -4350804 or 11312317. OLE color: 11312317.

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

Color convert

RGB 189 156 172 -
CMYK 0 0.17 0.09 0.26
HSL 330.91º 0.2% 0.68% -
HSV(B) 330.91º 0.17% 0.74% -
XYZ 40.32 37.57 44.16 -
YUV 167.69 130.43 143.2 -
System Red Green Blue C M Y K H S L
Decimal 189 156 172 0 0.17 0.09 0.26 330.91 0.2 0.68
Hex BD 9C AC 0 11 9 1A 14B 14 44
Octal 275 234 254 0 21 11 32 513 24 104
Binary 10111101 10011100 10101100 0 10001 1001 11010 101001011 10100 1000100

Color Harmonies of #BD9CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9CAC

Black with #BD9CAC

Text Example


Text Example

White with #BD9CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9CAC; }

 p { color: rgb(189,156,172); }

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

background-color css

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

 a { background-color: rgb(189,156,172); }

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

border-color css

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

 span { border-color: rgb(189,156,172); }

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