#B97FBE

Color #B97FBE East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B97FBE

Tints of East Side #B97FBE

Color information

#B97FBE (or 0xB97FBE) is unknown color: approx East Side. HEX triplet: B9, 7F and BE. RGB value is (185,127,190). Sum of RGB (Red+Green+Blue) = 185+127+190=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #B97FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97FBE is #468041. Grayscale: #979797. Windows color (decimal): -4620354 or 12484537. OLE color: 12484537.

HSL color Cylindrical-coordinate representation of color #B97FBE: hue angle of 295.24º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B97FBE is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185127190-
CMYK0.030.3300.25
HSL295.24º32.64%62.16%-
HSV(B)295.24º33.16%74.51%-
XYZ36.8929.2152.41-
YUV151.52149.72151.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.85%
GREEN value IS 127 (50% from 255) = 25.30%
BLUE value IS 190 (74.61% from 255) = 37.85%
R=36.85%
G=25.30%
B=37.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851271900.030.3300.25295.2432.6462.16
HexB97FBE321019127213e
Octal2711772763410314474176
Binary1011100111111111011111011100001011001100100111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97FBE; }

 p { color: rgb(185,127,190); }

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

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

 a { background-color: rgb(185,127,190); }

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

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

 span { border-color: rgb(185,127,190); }

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