Html Css Color HEX #BDACB3 Lily

📋 copy color: '#BDACB3'

red 189 ◦ green 172 ◦ blue 179

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

Shades of Lily #BDACB3

Tints of Lily #BDACB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.15%

R = 35%
G = 31.85%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BDACB3 (or 0xBDACB3) is known color: Lily. HEX triplet: BD, AC and B3. RGB value is (189,172,179). Sum of RGB (Red+Green+Blue) = 189+172+179=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACB3 is #42534C. Grayscale: #B1B1B1. Windows color (decimal): -4346701 or 11775165. OLE color: 11775165.

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

Color convert

RGB 189 172 179 -
CMYK 0 0.09 0.05 0.26
HSL 335.29º 0.11% 0.71% -
HSV(B) 335.29º 0.09% 0.74% -
XYZ 43.88 43.58 48.75 -
YUV 177.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 189 172 179 0 0.09 0.05 0.26 335.29 0.11 0.71
Hex BD AC B3 0 9 5 1A 14F B 47
Octal 275 254 263 0 11 5 32 517 13 107
Binary 10111101 10101100 10110011 0 1001 101 11010 101001111 1011 1000111

Color Harmonies of #BDACB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDACB3

Black with #BDACB3

Text Example


Text Example

White with #BDACB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDACB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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