Html Css Color HEX #BDACB1 Lily

📋 copy color: '#BDACB1'

red 189 ◦ green 172 ◦ blue 177

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

Shades of Lily #BDACB1

Tints of Lily #BDACB1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.97%

 BLUE value IS 177 (69.53% from 255) = 32.9%

R = 35.13%
G = 31.97%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BDACB1 (or 0xBDACB1) is known color: Lily. HEX triplet: BD, AC and B1. RGB value is (189,172,177). Sum of RGB (Red+Green+Blue) = 189+172+177=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDACB1 is #42534E. Grayscale: #B1B1B1. Windows color (decimal): -4346703 or 11644093. OLE color: 11644093.

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

Color convert

RGB 189 172 177 -
CMYK 0 0.09 0.06 0.26
HSL 342.35º 0.11% 0.71% -
HSV(B) 342.35º 0.09% 0.74% -
XYZ 43.67 43.5 47.69 -
YUV 177.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 189 172 177 0 0.09 0.06 0.26 342.35 0.11 0.71
Hex BD AC B1 0 9 6 1A 156 B 47
Octal 275 254 261 0 11 6 32 526 13 107
Binary 10111101 10101100 10110001 0 1001 110 11010 101010110 1011 1000111

Color Harmonies of #BDACB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDACB1

Black with #BDACB1

Text Example


Text Example

White with #BDACB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDACB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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