#B989CC

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

Shades of East Side #B989CC

Tints of East Side #B989CC

Color information

#B989CC (or 0xB989CC) is unknown color: approx East Side. HEX triplet: B9, 89 and CC. RGB value is (185,137,204). Sum of RGB (Red+Green+Blue) = 185+137+204=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #B989CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B989CC is #467633. Grayscale: #9E9E9E. Windows color (decimal): -4617780 or 13404601. OLE color: 13404601.

HSL color Cylindrical-coordinate representation of color #B989CC: hue angle of 282.99º degrees, saturation: 0.4, 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 #B989CC is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB185137204-
CMYK0.090.3300.2
HSL282.99º39.64%66.86%-
HSV(B)282.99º32.84%80%-
XYZ39.8532.5761.31-
YUV158.99153.4146.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.17%
GREEN value IS 137 (53.91% from 255) = 26.05%
BLUE value IS 204 (80.08% from 255) = 38.78%
R=35.17%
G=26.05%
B=38.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1851372040.090.3300.2282.9939.6466.86
HexB989CC92101411b2843
Octal271211314114102443350103
Binary10111001100010011100110010011000010101001000110111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B989CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B989CC; }

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

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

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

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

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

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

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

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