#B598D3

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

Shades of Biloba Flower #B598D3

Tints of Biloba Flower #B598D3

Color information

#B598D3 (or 0xB598D3) is unknown color: approx Biloba Flower. HEX triplet: B5, 98 and D3. RGB value is (181,152,211). Sum of RGB (Red+Green+Blue) = 181+152+211=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 211 - color contains mainly: blue. Hex color #B598D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B598D3 is #4A672C. Grayscale: #A7A7A7. Windows color (decimal): -4876077 or 13867189. OLE color: 13867189.

HSL color Cylindrical-coordinate representation of color #B598D3: hue angle of 269.49º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B598D3 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB181152211-
CMYK0.140.2800.17
HSL269.49º40.14%71.18%-
HSV(B)269.49º27.96%82.75%-
XYZ42.0436.9866.55-
YUV167.4152.61137.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.27%
GREEN value IS 152 (59.77% from 255) = 27.94%
BLUE value IS 211 (82.81% from 255) = 38.79%
R=33.27%
G=27.94%
B=38.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1811522110.140.2800.17269.4940.1471.18
HexB598D3E1C01110d2847
Octal265230323163402141550107
Binary1011010110011000110100111110111000100011000011011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B598D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B598D3; }

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

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

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

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

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

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

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

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