#B097DD

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

Shades of Biloba Flower #B097DD

Tints of Biloba Flower #B097DD

Color information

#B097DD (or 0xB097DD) is unknown color: approx Biloba Flower. HEX triplet: B0, 97 and DD. RGB value is (176,151,221). Sum of RGB (Red+Green+Blue) = 176+151+221=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #B097DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B097DD is #4F6822. Grayscale: #A6A6A6. Windows color (decimal): -5204003 or 14522288. OLE color: 14522288.

HSL color Cylindrical-coordinate representation of color #B097DD: hue angle of 261.43º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B097DD is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176151221-
CMYK0.200.3200.13
HSL261.43º50.72%72.94%-
HSV(B)261.43º31.67%86.67%-
XYZ42.0236.5873.25-
YUV166.46158.78134.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.12%
GREEN value IS 151 (59.38% from 255) = 27.55%
BLUE value IS 221 (86.72% from 255) = 40.33%
R=32.12%
G=27.55%
B=40.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761512210.200.3200.13261.4350.7272.94
HexB097DD14200D1053349
Octal260227335244001540563111
Binary10110000100101111101110110100100000011011000001011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B097DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B097DD; }

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

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

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

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

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

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

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

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