#B598CD

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

Shades of Biloba Flower #B598CD

Tints of Biloba Flower #B598CD

Color information

#B598CD (or 0xB598CD) is unknown color: approx Biloba Flower. HEX triplet: B5, 98 and CD. RGB value is (181,152,205). Sum of RGB (Red+Green+Blue) = 181+152+205=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #B598CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B598CD is #4A6732. Grayscale: #A6A6A6. Windows color (decimal): -4876083 or 13473973. OLE color: 13473973.

HSL color Cylindrical-coordinate representation of color #B598CD: hue angle of 272.83º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B598CD is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181152205-
CMYK0.120.2600.20
HSL272.83º34.64%70%-
HSV(B)272.83º25.85%80.39%-
XYZ41.336.6962.66-
YUV166.71149.61138.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.64%
GREEN value IS 152 (59.77% from 255) = 28.25%
BLUE value IS 205 (80.47% from 255) = 38.10%
R=33.64%
G=28.25%
B=38.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811522050.120.2600.20272.8334.6470
HexB598CDC1A0141112346
Octal265230315143202442143106
Binary1011010110011000110011011100110100101001000100011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B598CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B598CD; }

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

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

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

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

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

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

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

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