#B097DC

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

Shades of Biloba Flower #B097DC

Tints of Biloba Flower #B097DC

Color information

#B097DC (or 0xB097DC) is unknown color: approx Biloba Flower. HEX triplet: B0, 97 and DC. RGB value is (176,151,220). Sum of RGB (Red+Green+Blue) = 176+151+220=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #B097DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B097DC is #4F6823. Grayscale: #A6A6A6. Windows color (decimal): -5204004 or 14456752. OLE color: 14456752.

HSL color Cylindrical-coordinate representation of color #B097DC: hue angle of 261.74º degrees, saturation: 0.5, 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 #B097DC is Cyan = 0.2, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176151220-
CMYK0.20.3100.14
HSL261.74º49.64%72.75%-
HSV(B)261.74º31.36%86.27%-
XYZ41.8936.5372.55-
YUV166.34158.28134.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.18%
GREEN value IS 151 (59.38% from 255) = 27.61%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=32.18%
G=27.61%
B=40.22%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761512200.20.3100.14261.7449.6472.75
HexB097DC141F0E1063249
Octal260227334243701640662111
Binary1011000010010111110111001010011111011101000001101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B097DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B097DC; }

 p { color: rgb(176,151,220); }

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

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

 a { background-color: rgb(176,151,220); }

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

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

 span { border-color: rgb(176,151,220); }

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