#B97BC5

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

Shades of East Side #B97BC5

Tints of East Side #B97BC5

Color information

#B97BC5 (or 0xB97BC5) is unknown color: approx East Side. HEX triplet: B9, 7B and C5. RGB value is (185,123,197). Sum of RGB (Red+Green+Blue) = 185+123+197=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 197 - color contains mainly: blue. Hex color #B97BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97BC5 is #46843A. Grayscale: #959595. Windows color (decimal): -4621371 or 12942265. OLE color: 12942265.

HSL color Cylindrical-coordinate representation of color #B97BC5: hue angle of 290.27º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B97BC5 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB185123197-
CMYK0.060.3800.23
HSL290.27º38.95%62.75%-
HSV(B)290.27º37.56%77.25%-
XYZ37.1728.5156.37-
YUV149.97154.54152.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.63%
GREEN value IS 123 (48.44% from 255) = 24.36%
BLUE value IS 197 (77.34% from 255) = 39.01%
R=36.63%
G=24.36%
B=39.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851231970.060.3800.23290.2738.9562.75
HexB97BC5626017122273f
Octal2711733056460274424777
Binary10111001111101111000101110100110010111100100010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97BC5; }

 p { color: rgb(185,123,197); }

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

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

 a { background-color: rgb(185,123,197); }

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

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

 span { border-color: rgb(185,123,197); }

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