#BB8FAE

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

Shades of Lily #BB8FAE

Tints of Lily #BB8FAE

Color information

#BB8FAE (or 0xBB8FAE) is unknown color: approx Lily. HEX triplet: BB, 8F and AE. RGB value is (187,143,174). Sum of RGB (Red+Green+Blue) = 187+143+174=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8FAE is #447051. Grayscale: #9F9F9F. Windows color (decimal): -4485202 or 11440059. OLE color: 11440059.

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

Color convert

RGB187143174-
CMYK00.240.070.27
HSL317.73º24.44%64.71%-
HSV(B)317.73º23.53%73.33%-
XYZ37.9633.2744.46-
YUV159.69136.08147.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 143 (56.25% from 255) = 28.37%
BLUE value IS 174 (68.36% from 255) = 34.52%
R=37.10%
G=28.37%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714317400.240.070.27317.7324.4464.71
HexBB8FAE01871B13e1841
Octal27321725603073347630101
Binary10111011100011111010111001100011111011100111110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8FAE; }

 p { color: rgb(187,143,174); }

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

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

 a { background-color: rgb(187,143,174); }

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

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

 span { border-color: rgb(187,143,174); }

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