#B97CBD

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

Shades of East Side #B97CBD

Tints of East Side #B97CBD

Color information

#B97CBD (or 0xB97CBD) is unknown color: approx East Side. HEX triplet: B9, 7C and BD. RGB value is (185,124,189). Sum of RGB (Red+Green+Blue) = 185+124+189=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #B97CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97CBD is #468342. Grayscale: #959595. Windows color (decimal): -4621123 or 12418233. OLE color: 12418233.

HSL color Cylindrical-coordinate representation of color #B97CBD: hue angle of 296.31º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B97CBD is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185124189-
CMYK0.020.3400.26
HSL296.31º32.99%61.37%-
HSV(B)296.31º34.39%74.12%-
XYZ36.428.451.71-
YUV149.65150.21153.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.15%
GREEN value IS 124 (48.83% from 255) = 24.90%
BLUE value IS 189 (74.22% from 255) = 37.95%
R=37.15%
G=24.90%
B=37.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851241890.020.3400.26296.3132.9961.37
HexB97CBD22201A128213d
Octal2711742752420324504175
Binary1011100111111001011110110100010011010100101000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97CBD; }

 p { color: rgb(185,124,189); }

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

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

 a { background-color: rgb(185,124,189); }

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

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

 span { border-color: rgb(185,124,189); }

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