#B799D9

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

Shades of Biloba Flower #B799D9

Tints of Biloba Flower #B799D9

Color information

#B799D9 (or 0xB799D9) is unknown color: approx Biloba Flower. HEX triplet: B7, 99 and D9. RGB value is (183,153,217). Sum of RGB (Red+Green+Blue) = 183+153+217=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 217 - color contains mainly: blue. Hex color #B799D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B799D9 is #486626. Grayscale: #A9A9A9. Windows color (decimal): -4744743 or 14260663. OLE color: 14260663.

HSL color Cylindrical-coordinate representation of color #B799D9: hue angle of 268.12º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B799D9 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB183153217-
CMYK0.160.2900.15
HSL268.12º45.71%72.55%-
HSV(B)268.12º29.49%85.1%-
XYZ43.4437.8670.66-
YUV169.27154.94137.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.09%
GREEN value IS 153 (60.16% from 255) = 27.67%
BLUE value IS 217 (85.16% from 255) = 39.24%
R=33.09%
G=27.67%
B=39.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831532170.160.2900.15268.1245.7172.55
HexB799D9101D0F10c2e49
Octal267231331203501741456111
Binary1011011110011001110110011000011101011111000011001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B799D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B799D9; }

 p { color: rgb(183,153,217); }

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

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

 a { background-color: rgb(183,153,217); }

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

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

 span { border-color: rgb(183,153,217); }

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