#B798D0

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

Shades of Biloba Flower #B798D0

Tints of Biloba Flower #B798D0

Color information

#B798D0 (or 0xB798D0) is unknown color: approx Biloba Flower. HEX triplet: B7, 98 and D0. RGB value is (183,152,208). Sum of RGB (Red+Green+Blue) = 183+152+208=543 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.70% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #B798D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B798D0 is #48672F. Grayscale: #A7A7A7. Windows color (decimal): -4745008 or 13670583. OLE color: 13670583.

HSL color Cylindrical-coordinate representation of color #B798D0: hue angle of 273.21º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B798D0 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB183152208-
CMYK0.120.2700.18
HSL273.21º37.33%70.59%-
HSV(B)273.21º26.92%81.57%-
XYZ42.1437.0864.61-
YUV167.65150.77138.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.70%
GREEN value IS 152 (59.77% from 255) = 27.99%
BLUE value IS 208 (81.64% from 255) = 38.31%
R=33.70%
G=27.99%
B=38.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1831522080.120.2700.18273.2137.3370.59
HexB798D0C1B0121112547
Octal267230320143302242145107
Binary1011011110011000110100001100110110100101000100011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B798D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B798D0; }

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

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

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

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

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

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

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

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