#B799DD

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

Shades of Biloba Flower #B799DD

Tints of Biloba Flower #B799DD

Color information

#B799DD (or 0xB799DD) is unknown color: approx Biloba Flower. HEX triplet: B7, 99 and DD. RGB value is (183,153,221). Sum of RGB (Red+Green+Blue) = 183+153+221=557 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.85% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #B799DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B799DD is #486622. Grayscale: #A9A9A9. Windows color (decimal): -4744739 or 14522807. OLE color: 14522807.

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

Color convert

RGB183153221-
CMYK0.170.3100.13
HSL266.47º50%73.33%-
HSV(B)266.47º30.77%86.67%-
XYZ43.9738.0773.44-
YUV169.72156.94137.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.85%
GREEN value IS 153 (60.16% from 255) = 27.47%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=32.85%
G=27.47%
B=39.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831532210.170.3100.13266.475073.33
HexB799DD111F0D10a3249
Octal267231335213701541262111
Binary1011011110011001110111011000111111011011000010101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B799DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B799DD; }

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

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

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

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

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

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

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

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