#B598DC

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

Shades of Biloba Flower #B598DC

Tints of Biloba Flower #B598DC

Color information

#B598DC (or 0xB598DC) is unknown color: approx Biloba Flower. HEX triplet: B5, 98 and DC. RGB value is (181,152,220). Sum of RGB (Red+Green+Blue) = 181+152+220=553 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.73% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #B598DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B598DC is #4A6723. Grayscale: #A8A8A8. Windows color (decimal): -4876068 or 14457013. OLE color: 14457013.

HSL color Cylindrical-coordinate representation of color #B598DC: hue angle of 265.59º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B598DC is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181152220-
CMYK0.180.3100.14
HSL265.59º49.28%72.94%-
HSV(B)265.59º30.91%86.27%-
XYZ43.237.4572.66-
YUV168.42157.11136.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.73%
GREEN value IS 152 (59.77% from 255) = 27.49%
BLUE value IS 220 (86.33% from 255) = 39.78%
R=32.73%
G=27.49%
B=39.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811522200.180.3100.14265.5949.2872.94
HexB598DC121F0E10a3149
Octal265230334223701641261111
Binary1011010110011000110111001001011111011101000010101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B598DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B598DC; }

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

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

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

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

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

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

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

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