#B097DF

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

Shades of Biloba Flower #B097DF

Tints of Biloba Flower #B097DF

Color information

#B097DF (or 0xB097DF) is unknown color: approx Biloba Flower. HEX triplet: B0, 97 and DF. RGB value is (176,151,223). Sum of RGB (Red+Green+Blue) = 176+151+223=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #B097DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B097DF is #4F6820. Grayscale: #A6A6A6. Windows color (decimal): -5204001 or 14653360. OLE color: 14653360.

HSL color Cylindrical-coordinate representation of color #B097DF: hue angle of 260.83º degrees, saturation: 0.53, 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 #B097DF is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176151223-
CMYK0.210.3200.13
HSL260.83º52.94%73.33%-
HSV(B)260.83º32.29%87.45%-
XYZ42.2936.6974.67-
YUV166.68159.78134.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32%
GREEN value IS 151 (59.38% from 255) = 27.45%
BLUE value IS 223 (87.5% from 255) = 40.55%
R=32%
G=27.45%
B=40.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761512230.210.3200.13260.8352.9473.33
HexB097DF15200D1053549
Octal260227337254001540565111
Binary10110000100101111101111110101100000011011000001011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B097DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B097DF; }

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

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

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

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

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

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

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

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