#B598CF

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

Shades of Biloba Flower #B598CF

Tints of Biloba Flower #B598CF

Color information

#B598CF (or 0xB598CF) is unknown color: approx Biloba Flower. HEX triplet: B5, 98 and CF. RGB value is (181,152,207). Sum of RGB (Red+Green+Blue) = 181+152+207=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #B598CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B598CF is #4A6730. Grayscale: #A6A6A6. Windows color (decimal): -4876081 or 13605045. OLE color: 13605045.

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

Color convert

RGB181152207-
CMYK0.130.2700.19
HSL271.64º36.42%70.39%-
HSV(B)271.64º26.57%81.18%-
XYZ41.5536.7963.94-
YUV166.94150.61138.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.52%
GREEN value IS 152 (59.77% from 255) = 28.15%
BLUE value IS 207 (81.25% from 255) = 38.33%
R=33.52%
G=28.15%
B=38.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811522070.130.2700.19271.6436.4270.39
HexB598CFD1B0131102446
Octal265230317153302342044106
Binary1011010110011000110011111101110110100111000100001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B598CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B598CF; }

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

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

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

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

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

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

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

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