#B598D7

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

Shades of Biloba Flower #B598D7

Tints of Biloba Flower #B598D7

Color information

#B598D7 (or 0xB598D7) is unknown color: approx Biloba Flower. HEX triplet: B5, 98 and D7. RGB value is (181,152,215). Sum of RGB (Red+Green+Blue) = 181+152+215=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 215 - color contains mainly: blue. Hex color #B598D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B598D7 is #4A6728. Grayscale: #A7A7A7. Windows color (decimal): -4876073 or 14129333. OLE color: 14129333.

HSL color Cylindrical-coordinate representation of color #B598D7: hue angle of 267.62º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B598D7 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB181152215-
CMYK0.160.2900.16
HSL267.62º44.06%71.96%-
HSV(B)267.62º29.3%84.31%-
XYZ42.5537.1969.23-
YUV167.85154.61137.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.03%
GREEN value IS 152 (59.77% from 255) = 27.74%
BLUE value IS 215 (84.38% from 255) = 39.23%
R=33.03%
G=27.74%
B=39.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811522150.160.2900.16267.6244.0671.96
HexB598D7101D01010c2c48
Octal265230327203502041454110
Binary10110101100110001101011110000111010100001000011001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B598D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B598D7; }

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

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

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

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

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

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

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

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