#B996D4

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

Shades of Biloba Flower #B996D4

Tints of Biloba Flower #B996D4

Color information

#B996D4 (or 0xB996D4) is unknown color: approx Biloba Flower. HEX triplet: B9, 96 and D4. RGB value is (185,150,212). Sum of RGB (Red+Green+Blue) = 185+150+212=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 212 - color contains mainly: blue. Hex color #B996D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B996D4 is #46692B. Grayscale: #A7A7A7. Windows color (decimal): -4614444 or 13932217. OLE color: 13932217.

HSL color Cylindrical-coordinate representation of color #B996D4: hue angle of 273.87º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B996D4 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB185150212-
CMYK0.130.2900.17
HSL273.87º41.89%70.98%-
HSV(B)273.87º29.25%83.14%-
XYZ42.836.8867.15-
YUV167.53153.1140.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.82%
GREEN value IS 150 (58.98% from 255) = 27.42%
BLUE value IS 212 (83.20% from 255) = 38.76%
R=33.82%
G=27.42%
B=38.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1851502120.130.2900.17273.8741.8970.98
HexB996D4D1D0111122a47
Octal271226324153502142252107
Binary1011100110010110110101001101111010100011000100101010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B996D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B996D4; }

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

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

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

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

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

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

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

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