#BD92AB

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

Shades of Lily #BD92AB

Tints of Lily #BD92AB

Color information

#BD92AB (or 0xBD92AB) is unknown color: approx Lily. HEX triplet: BD, 92 and AB. RGB value is (189,146,171). Sum of RGB (Red+Green+Blue) = 189+146+171=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 189 - color contains mainly: red. Hex color #BD92AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD92AB is #426D54. Grayscale: #A1A1A1. Windows color (decimal): -4353365 or 11244221. OLE color: 11244221.

HSL color Cylindrical-coordinate representation of color #BD92AB: hue angle of 325.12º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD92AB is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB189146171-
CMYK00.230.100.26
HSL325.12º24.57%65.69%-
HSV(B)325.12º22.75%74.12%-
XYZ38.6234.3243.12-
YUV161.71133.25147.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.35%
GREEN value IS 146 (57.42% from 255) = 28.85%
BLUE value IS 171 (67.19% from 255) = 33.79%
R=37.35%
G=28.85%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914617100.230.100.26325.1224.5765.69
HexBD92AB017A1A1451942
Octal275222253027123250531102
Binary101111011001001010101011010111101011010101000101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD92AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD92AB; }

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

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

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

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

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

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

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

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