#B798CE

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

Shades of Biloba Flower #B798CE

Tints of Biloba Flower #B798CE

Color information

#B798CE (or 0xB798CE) is unknown color: approx Biloba Flower. HEX triplet: B7, 98 and CE. RGB value is (183,152,206). Sum of RGB (Red+Green+Blue) = 183+152+206=541 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.83% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #B798CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B798CE is #486731. Grayscale: #A7A7A7. Windows color (decimal): -4745010 or 13539511. OLE color: 13539511.

HSL color Cylindrical-coordinate representation of color #B798CE: hue angle of 274.44º degrees, saturation: 0.36, 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 #B798CE is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB183152206-
CMYK0.110.2600.19
HSL274.44º35.53%70.2%-
HSV(B)274.44º26.21%80.78%-
XYZ41.936.9863.32-
YUV167.42149.77139.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.83%
GREEN value IS 152 (59.77% from 255) = 28.10%
BLUE value IS 206 (80.86% from 255) = 38.08%
R=33.83%
G=28.10%
B=38.08%

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
Decimal1831522060.110.2600.19274.4435.5370.2
HexB798CEB1A0131122446
Octal267230316133202342244106
Binary1011011110011000110011101011110100100111000100101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B798CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B798CE; }

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

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

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

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

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

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

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

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