#B097E6

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

Shades of Biloba Flower #B097E6

Tints of Biloba Flower #B097E6

Color information

#B097E6 (or 0xB097E6) is unknown color: approx Biloba Flower. HEX triplet: B0, 97 and E6. RGB value is (176,151,230). Sum of RGB (Red+Green+Blue) = 176+151+230=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 230 - color contains mainly: blue. Hex color #B097E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B097E6 is #4F6819. Grayscale: #A7A7A7. Windows color (decimal): -5203994 or 15112112. OLE color: 15112112.

HSL color Cylindrical-coordinate representation of color #B097E6: hue angle of 258.99º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B097E6 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB176151230-
CMYK0.230.3400.10
HSL258.99º61.24%74.71%-
HSV(B)258.99º34.35%90.2%-
XYZ43.2537.0879.74-
YUV167.48163.28134.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.60%
GREEN value IS 151 (59.38% from 255) = 27.11%
BLUE value IS 230 (90.23% from 255) = 41.29%
R=31.60%
G=27.11%
B=41.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1761512300.230.3400.10258.9961.2474.71
HexB097E617220A1033d4b
Octal260227346274201240375113
Binary10110000100101111110011010111100010010101000000111111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B097E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B097E6; }

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

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

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

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

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

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

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

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