#BD90AF

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

Shades of Lily #BD90AF

Tints of Lily #BD90AF

Color information

#BD90AF (or 0xBD90AF) is unknown color: approx Lily. HEX triplet: BD, 90 and AF. RGB value is (189,144,175). Sum of RGB (Red+Green+Blue) = 189+144+175=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BD90AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD90AF is #426F50. Grayscale: #A0A0A0. Windows color (decimal): -4353873 or 11505853. OLE color: 11505853.

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

Color convert

RGB189144175-
CMYK00.240.070.26
HSL318.67º25.42%65.29%-
HSV(B)318.67º23.81%74.12%-
XYZ38.733.8645.05-
YUV160.99135.91147.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 144 (56.64% from 255) = 28.35%
BLUE value IS 175 (68.75% from 255) = 34.45%
R=37.20%
G=28.35%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914417500.240.070.26318.6725.4265.29
HexBD90AF01871A13f1941
Octal27522025703073247731101
Binary10111101100100001010111101100011111010100111111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD90AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD90AF; }

 p { color: rgb(189,144,175); }

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

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

 a { background-color: rgb(189,144,175); }

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

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

 span { border-color: rgb(189,144,175); }

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