#B989CB

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

Shades of East Side #B989CB

Tints of East Side #B989CB

Color information

#B989CB (or 0xB989CB) is unknown color: approx East Side. HEX triplet: B9, 89 and CB. RGB value is (185,137,203). Sum of RGB (Red+Green+Blue) = 185+137+203=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #B989CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B989CB is #467634. Grayscale: #9E9E9E. Windows color (decimal): -4617781 or 13339065. OLE color: 13339065.

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

Color convert

RGB185137203-
CMYK0.090.3300.20
HSL283.64º38.82%66.67%-
HSV(B)283.64º32.51%79.61%-
XYZ39.7332.5260.68-
YUV158.88152.9146.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.24%
GREEN value IS 137 (53.91% from 255) = 26.10%
BLUE value IS 203 (79.69% from 255) = 38.67%
R=35.24%
G=26.10%
B=38.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851372030.090.3300.20283.6438.8266.67
HexB989CB92101411c2743
Octal271211313114102443447103
Binary10111001100010011100101110011000010101001000111001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B989CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B989CB; }

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

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

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

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

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

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

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

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