#B996D5

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

Shades of Biloba Flower #B996D5

Tints of Biloba Flower #B996D5

Color information

#B996D5 (or 0xB996D5) is unknown color: approx Biloba Flower. HEX triplet: B9, 96 and D5. RGB value is (185,150,213). Sum of RGB (Red+Green+Blue) = 185+150+213=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 213 - color contains mainly: blue. Hex color #B996D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B996D5 is #46692A. Grayscale: #A7A7A7. Windows color (decimal): -4614443 or 13997753. OLE color: 13997753.

HSL color Cylindrical-coordinate representation of color #B996D5: hue angle of 273.33º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B996D5 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB185150213-
CMYK0.130.3000.16
HSL273.33º42.86%71.18%-
HSV(B)273.33º29.58%83.53%-
XYZ42.9236.9367.82-
YUV167.65153.6140.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.76%
GREEN value IS 150 (58.98% from 255) = 27.37%
BLUE value IS 213 (83.59% from 255) = 38.87%
R=33.76%
G=27.37%
B=38.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851502130.130.3000.16273.3342.8671.18
HexB996D5D1E0101112b47
Octal271226325153602042153107
Binary1011100110010110110101011101111100100001000100011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B996D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B996D5; }

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

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

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

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

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

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

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

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