#BDACB7

Color #BDACB7 Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #BDACB7

Tints of Lily #BDACB7

Color information

#BDACB7 (or 0xBDACB7) is unknown color: approx Lily. HEX triplet: BD, AC and B7. RGB value is (189,172,183). Sum of RGB (Red+Green+Blue) = 189+172+183=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 183 (71.88% from 255 or 33.64% from 544); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACB7 is #425348. Grayscale: #B2B2B2. Windows color (decimal): -4346697 or 12037309. OLE color: 12037309.

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

Color convert

RGB189172183-
CMYK00.090.030.26
HSL321.18º11.41%70.78%-
HSV(B)321.18º8.99%74.12%-
XYZ44.2943.7450.91-
YUV178.34130.63135.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.74%
GREEN value IS 172 (67.58% from 255) = 31.62%
BLUE value IS 183 (71.88% from 255) = 33.64%
R=34.74%
G=31.62%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917218300.090.030.26321.1811.4170.78
HexBDACB70931A141b47
Octal27525426701133250113107
Binary10111101101011001011011101001111101010100000110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACB7; }

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

 H1.HeaderClassName
 {
   color: #BDACB7;
 }
 .AnyTagClassName
 {
   color: #BDACB7;
 }
</style>
background-color css

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

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

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

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

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

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