#B997CB

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

Shades of East Side #B997CB

Tints of East Side #B997CB

Color information

#B997CB (or 0xB997CB) is unknown color: approx East Side. HEX triplet: B9, 97 and CB. RGB value is (185,151,203). Sum of RGB (Red+Green+Blue) = 185+151+203=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 151 (59.38% from 255 or 28.01% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #B997CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B997CB is #466834. Grayscale: #A6A6A6. Windows color (decimal): -4614197 or 13342649. OLE color: 13342649.

HSL color Cylindrical-coordinate representation of color #B997CB: hue angle of 279.23º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B997CB is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185151203-
CMYK0.090.2600.20
HSL279.23º33.33%69.41%-
HSV(B)279.23º25.62%79.61%-
XYZ41.8536.7661.39-
YUV167.09148.26140.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.32%
GREEN value IS 151 (59.38% from 255) = 28.01%
BLUE value IS 203 (79.69% from 255) = 37.66%
R=34.32%
G=28.01%
B=37.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851512030.090.2600.20279.2333.3369.41
HexB997CB91A0141172145
Octal271227313113202442741105
Binary1011100110010111110010111001110100101001000101111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B997CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B997CB; }

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

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

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

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

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

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

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

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