#B598D9

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

Shades of Biloba Flower #B598D9

Tints of Biloba Flower #B598D9

Color information

#B598D9 (or 0xB598D9) is unknown color: approx Biloba Flower. HEX triplet: B5, 98 and D9. RGB value is (181,152,217). Sum of RGB (Red+Green+Blue) = 181+152+217=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 217 - color contains mainly: blue. Hex color #B598D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B598D9 is #4A6726. Grayscale: #A7A7A7. Windows color (decimal): -4876071 or 14260405. OLE color: 14260405.

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

Color convert

RGB181152217-
CMYK0.170.3000.15
HSL266.77º46.1%72.35%-
HSV(B)266.77º29.95%85.1%-
XYZ42.8137.2970.59-
YUV168.08155.61137.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.91%
GREEN value IS 152 (59.77% from 255) = 27.64%
BLUE value IS 217 (85.16% from 255) = 39.45%
R=32.91%
G=27.64%
B=39.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811522170.170.3000.15266.7746.172.35
HexB598D9111E0F10b2e48
Octal265230331213601741356110
Binary1011010110011000110110011000111110011111000010111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B598D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B598D9; }

 p { color: rgb(181,152,217); }

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

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

 a { background-color: rgb(181,152,217); }

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

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

 span { border-color: rgb(181,152,217); }

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