#B799DA

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

Shades of Biloba Flower #B799DA

Tints of Biloba Flower #B799DA

Color information

#B799DA (or 0xB799DA) is unknown color: approx Biloba Flower. HEX triplet: B7, 99 and DA. RGB value is (183,153,218). Sum of RGB (Red+Green+Blue) = 183+153+218=554 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.03% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #B799DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B799DA is #486625. Grayscale: #A9A9A9. Windows color (decimal): -4744742 or 14326199. OLE color: 14326199.

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

Color convert

RGB183153218-
CMYK0.160.3000.15
HSL267.69º46.76%72.75%-
HSV(B)267.69º29.82%85.49%-
XYZ43.5737.9171.35-
YUV169.38155.44137.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.03%
GREEN value IS 153 (60.16% from 255) = 27.62%
BLUE value IS 218 (85.55% from 255) = 39.35%
R=33.03%
G=27.62%
B=39.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831532180.160.3000.15267.6946.7672.75
HexB799DA101E0F10c2f49
Octal267231332203601741457111
Binary1011011110011001110110101000011110011111000011001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B799DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B799DA; }

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

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

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

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

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

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

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

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