#B097E0

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

Shades of Biloba Flower #B097E0

Tints of Biloba Flower #B097E0

Color information

#B097E0 (or 0xB097E0) is unknown color: approx Biloba Flower. HEX triplet: B0, 97 and E0. RGB value is (176,151,224). Sum of RGB (Red+Green+Blue) = 176+151+224=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 224 - color contains mainly: blue. Hex color #B097E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B097E0 is #4F681F. Grayscale: #A6A6A6. Windows color (decimal): -5204000 or 14718896. OLE color: 14718896.

HSL color Cylindrical-coordinate representation of color #B097E0: hue angle of 260.55º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B097E0 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB176151224-
CMYK0.210.3300.12
HSL260.55º54.07%73.53%-
HSV(B)260.55º32.59%87.84%-
XYZ42.4336.7575.38-
YUV166.8160.28134.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.94%
GREEN value IS 151 (59.38% from 255) = 27.40%
BLUE value IS 224 (87.89% from 255) = 40.65%
R=31.94%
G=27.40%
B=40.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1761512240.210.3300.12260.5554.0773.53
HexB097E015210C105364a
Octal260227340254101440566112
Binary10110000100101111110000010101100001011001000001011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B097E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B097E0; }

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

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

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

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

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

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

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

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