#B997CA

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

Shades of East Side #B997CA

Tints of East Side #B997CA

Color information

#B997CA (or 0xB997CA) is unknown color: approx East Side. HEX triplet: B9, 97 and CA. RGB value is (185,151,202). Sum of RGB (Red+Green+Blue) = 185+151+202=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #B997CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B997CA is #466835. Grayscale: #A6A6A6. Windows color (decimal): -4614198 or 13277113. OLE color: 13277113.

HSL color Cylindrical-coordinate representation of color #B997CA: hue angle of 280º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B997CA is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185151202-
CMYK0.080.2500.21
HSL280º32.48%69.22%-
HSV(B)280º25.25%79.22%-
XYZ41.7336.7160.76-
YUV166.98147.76140.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.39%
GREEN value IS 151 (59.38% from 255) = 28.07%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=34.39%
G=28.07%
B=37.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851512020.080.2500.2128032.4869.22
HexB997CA8190151182045
Octal271227312103102543040105
Binary1011100110010111110010101000110010101011000110001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B997CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B997CA; }

 p { color: rgb(185,151,202); }

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

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

 a { background-color: rgb(185,151,202); }

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

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

 span { border-color: rgb(185,151,202); }

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