#BDABB7

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

Shades of Lily #BDABB7

Tints of Lily #BDABB7

Color information

#BDABB7 (or 0xBDABB7) is unknown color: approx Lily. HEX triplet: BD, AB and B7. RGB value is (189,171,183). Sum of RGB (Red+Green+Blue) = 189+171+183=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 189 - color contains mainly: red. Hex color #BDABB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABB7 is #425448. Grayscale: #B1B1B1. Windows color (decimal): -4346953 or 12037053. OLE color: 12037053.

HSL color Cylindrical-coordinate representation of color #BDABB7: hue angle of 320º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDABB7 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB189171183-
CMYK00.100.030.26
HSL320º12%70.59%-
HSV(B)320º9.52%74.12%-
XYZ44.143.3650.85-
YUV177.75130.96136.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.81%
GREEN value IS 171 (67.19% from 255) = 31.49%
BLUE value IS 183 (71.88% from 255) = 33.70%
R=34.81%
G=31.49%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917118300.100.030.263201270.59
HexBDABB70A31A140c47
Octal27525326701233250014107
Binary10111101101010111011011101010111101010100000011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDABB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDABB7; }

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

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

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

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

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

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

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

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