#B799CE

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

Shades of Biloba Flower #B799CE

Tints of Biloba Flower #B799CE

Color information

#B799CE (or 0xB799CE) is unknown color: approx Biloba Flower. HEX triplet: B7, 99 and CE. RGB value is (183,153,206). Sum of RGB (Red+Green+Blue) = 183+153+206=542 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.76% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #B799CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B799CE is #486631. Grayscale: #A7A7A7. Windows color (decimal): -4744754 or 13539767. OLE color: 13539767.

HSL color Cylindrical-coordinate representation of color #B799CE: hue angle of 273.96º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B799CE is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB183153206-
CMYK0.110.2600.19
HSL273.96º35.1%70.39%-
HSV(B)273.96º25.73%80.78%-
XYZ42.0637.3163.38-
YUV168.01149.44138.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.76%
GREEN value IS 153 (60.16% from 255) = 28.23%
BLUE value IS 206 (80.86% from 255) = 38.01%
R=33.76%
G=28.23%
B=38.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831532060.110.2600.19273.9635.170.39
HexB799CEB1A0131122346
Octal267231316133202342243106
Binary1011011110011001110011101011110100100111000100101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B799CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B799CE; }

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

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

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

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

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

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

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

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