#B890A8

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

Shades of Lily #B890A8

Tints of Lily #B890A8

Color information

#B890A8 (or 0xB890A8) is unknown color: approx Lily. HEX triplet: B8, 90 and A8. RGB value is (184,144,168). Sum of RGB (Red+Green+Blue) = 184+144+168=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 184 - color contains mainly: red. Hex color #B890A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B890A8 is #476F57. Grayscale: #9E9E9E. Windows color (decimal): -4681560 or 11047096. OLE color: 11047096.

HSL color Cylindrical-coordinate representation of color #B890A8: hue angle of 324º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B890A8 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB184144168-
CMYK00.220.090.28
HSL324º21.98%64.31%-
HSV(B)324º21.74%72.16%-
XYZ36.8132.9641.47-
YUV158.7133.25146.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.10%
GREEN value IS 144 (56.64% from 255) = 29.03%
BLUE value IS 168 (66.02% from 255) = 33.87%
R=37.10%
G=29.03%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414416800.220.090.2832421.9864.31
HexB890A801691C1441640
Octal270220250026113450426100
Binary101110001001000010101000010110100111100101000100101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B890A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B890A8; }

 p { color: rgb(184,144,168); }

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

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

 a { background-color: rgb(184,144,168); }

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

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

 span { border-color: rgb(184,144,168); }

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