#B996E0

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

Shades of Biloba Flower #B996E0

Tints of Biloba Flower #B996E0

Color information

#B996E0 (or 0xB996E0) is unknown color: approx Biloba Flower. HEX triplet: B9, 96 and E0. RGB value is (185,150,224). Sum of RGB (Red+Green+Blue) = 185+150+224=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #B996E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B996E0 is #46691F. Grayscale: #A8A8A8. Windows color (decimal): -4614432 or 14718649. OLE color: 14718649.

HSL color Cylindrical-coordinate representation of color #B996E0: hue angle of 268.38º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B996E0 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB185150224-
CMYK0.170.3300.12
HSL268.38º54.41%73.33%-
HSV(B)268.38º33.04%87.84%-
XYZ44.3737.5175.42-
YUV168.9159.1139.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.09%
GREEN value IS 150 (58.98% from 255) = 26.83%
BLUE value IS 224 (87.89% from 255) = 40.07%
R=33.09%
G=26.83%
B=40.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1851502240.170.3300.12268.3854.4173.33
HexB996E011210C10c3649
Octal271226340214101441466111
Binary10111001100101101110000010001100001011001000011001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B996E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B996E0; }

 p { color: rgb(185,150,224); }

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

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

 a { background-color: rgb(185,150,224); }

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

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

 span { border-color: rgb(185,150,224); }

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