#B097DA

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

Shades of Biloba Flower #B097DA

Tints of Biloba Flower #B097DA

Color information

#B097DA (or 0xB097DA) is unknown color: approx Biloba Flower. HEX triplet: B0, 97 and DA. RGB value is (176,151,218). Sum of RGB (Red+Green+Blue) = 176+151+218=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #B097DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B097DA is #4F6825. Grayscale: #A5A5A5. Windows color (decimal): -5204006 or 14325680. OLE color: 14325680.

HSL color Cylindrical-coordinate representation of color #B097DA: hue angle of 262.39º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B097DA is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB176151218-
CMYK0.190.3100.15
HSL262.39º47.52%72.35%-
HSV(B)262.39º30.73%85.49%-
XYZ41.6336.4371.17-
YUV166.11157.28135.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.29%
GREEN value IS 151 (59.38% from 255) = 27.71%
BLUE value IS 218 (85.55% from 255) = 40%
R=32.29%
G=27.71%
B=40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761512180.190.3100.15262.3947.5272.35
HexB097DA131F0F1063048
Octal260227332233701740660110
Binary1011000010010111110110101001111111011111000001101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B097DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B097DA; }

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

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

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

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

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

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

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

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