#B97FBF

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

Shades of East Side #B97FBF

Tints of East Side #B97FBF

Color information

#B97FBF (or 0xB97FBF) is unknown color: approx East Side. HEX triplet: B9, 7F and BF. RGB value is (185,127,191). Sum of RGB (Red+Green+Blue) = 185+127+191=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #B97FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97FBF is #468040. Grayscale: #979797. Windows color (decimal): -4620353 or 12550073. OLE color: 12550073.

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

Color convert

RGB185127191-
CMYK0.030.3400.25
HSL294.38º33.33%62.35%-
HSV(B)294.38º33.51%74.9%-
XYZ3729.2552.99-
YUV151.64150.22151.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.78%
GREEN value IS 127 (50% from 255) = 25.25%
BLUE value IS 191 (75% from 255) = 37.97%
R=36.78%
G=25.25%
B=37.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851271910.030.3400.25294.3833.3362.35
HexB97FBF322019126213e
Octal2711772773420314464176
Binary1011100111111111011111111100010011001100100110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97FBF; }

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

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

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

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

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

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

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

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