#B799DF

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

Shades of Biloba Flower #B799DF

Tints of Biloba Flower #B799DF

Color information

#B799DF (or 0xB799DF) is unknown color: approx Biloba Flower. HEX triplet: B7, 99 and DF. RGB value is (183,153,223). Sum of RGB (Red+Green+Blue) = 183+153+223=559 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.74% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #B799DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B799DF is #486620. Grayscale: #A9A9A9. Windows color (decimal): -4744737 or 14653879. OLE color: 14653879.

HSL color Cylindrical-coordinate representation of color #B799DF: hue angle of 265.71º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B799DF is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183153223-
CMYK0.180.3100.13
HSL265.71º52.24%73.73%-
HSV(B)265.71º31.39%87.45%-
XYZ44.2438.1874.85-
YUV169.95157.94137.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.74%
GREEN value IS 153 (60.16% from 255) = 27.37%
BLUE value IS 223 (87.5% from 255) = 39.89%
R=32.74%
G=27.37%
B=39.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831532230.180.3100.13265.7152.2473.73
HexB799DF121F0D10a344a
Octal267231337223701541264112
Binary1011011110011001110111111001011111011011000010101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B799DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B799DF; }

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

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

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

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

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

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

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

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