#BB8FAA

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

Shades of Lily #BB8FAA

Tints of Lily #BB8FAA

Color information

#BB8FAA (or 0xBB8FAA) is unknown color: approx Lily. HEX triplet: BB, 8F and AA. RGB value is (187,143,170). Sum of RGB (Red+Green+Blue) = 187+143+170=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8FAA is #447055. Grayscale: #9F9F9F. Windows color (decimal): -4485206 or 11177915. OLE color: 11177915.

HSL color Cylindrical-coordinate representation of color #BB8FAA: hue angle of 323.18º 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 #BB8FAA is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB187143170-
CMYK00.240.090.27
HSL323.18º24.44%64.71%-
HSV(B)323.18º23.53%73.33%-
XYZ37.5733.1142.44-
YUV159.23134.08147.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.4%
GREEN value IS 143 (56.25% from 255) = 28.6%
BLUE value IS 170 (66.80% from 255) = 34%
R=37.4%
G=28.6%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714317000.240.090.27323.1824.4464.71
HexBB8FAA01891B1431841
Octal273217252030113350330101
Binary101110111000111110101010011000100111011101000011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8FAA; }

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

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

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

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

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

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

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

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