#B297EE

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

Shades of Biloba Flower #B297EE

Tints of Biloba Flower #B297EE

Color information

#B297EE (or 0xB297EE) is unknown color: approx Biloba Flower. HEX triplet: B2, 97 and EE. RGB value is (178,151,238). Sum of RGB (Red+Green+Blue) = 178+151+238=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #B297EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B297EE is #4D6811. Grayscale: #A8A8A8. Windows color (decimal): -5072914 or 15636402. OLE color: 15636402.

HSL color Cylindrical-coordinate representation of color #B297EE: hue angle of 258.62º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B297EE is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178151238-
CMYK0.250.3700.07
HSL258.62º71.9%76.27%-
HSV(B)258.62º36.55%93.33%-
XYZ44.8637.7785.82-
YUV168.99166.95134.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.39%
GREEN value IS 151 (59.38% from 255) = 26.63%
BLUE value IS 238 (93.36% from 255) = 41.98%
R=31.39%
G=26.63%
B=41.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781512380.250.3700.07258.6271.976.27
HexB297EE192507103484c
Octal262227356314507403110114
Binary10110010100101111110111011001100101011110000001110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B297EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B297EE; }

 p { color: rgb(178,151,238); }

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

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

 a { background-color: rgb(178,151,238); }

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

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

 span { border-color: rgb(178,151,238); }

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