Html Css Color HEX #B989BE East Side

📋 copy color: '#B989BE'

red 185 ◦ green 137 ◦ blue 190

#B989BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #B989BE

Tints of East Side #B989BE

RGB

 RED value IS 185 (72.66% from 255) = 36.13%

 GREEN value IS 137 (53.91% from 255) = 26.76%

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 36.13%
G = 26.76%
B = 37.11%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B989BE (or 0xB989BE) is known color: East Side. HEX triplet: B9, 89 and BE. RGB value is (185,137,190). Sum of RGB (Red+Green+Blue) = 185+137+190=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #B989BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B989BE is #467641. Grayscale: #9D9D9D. Windows color (decimal): -4617794 or 12487097. OLE color: 12487097.

HSL color Cylindrical-coordinate representation of color #B989BE: hue angle of 294.34º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B989BE is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 137 190 -
CMYK 0.03 0.28 0 0.25
HSL 294.34º 0.29% 0.64% -
HSV(B) 294.34º 0.28% 0.75% -
XYZ 38.25 31.92 52.86 -
YUV 157.39 146.4 147.69 -
System Red Green Blue C M Y K H S L
Decimal 185 137 190 0.03 0.28 0 0.25 294.34 0.29 0.64
Hex B9 89 BE 3 1C 0 19 126 1D 40
Octal 271 211 276 3 34 0 31 446 35 100
Binary 10111001 10001001 10111110 11 11100 0 11001 100100110 11101 1000000

Color Harmonies of #B989BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B989BE

Black with #B989BE

Text Example


Text Example

White with #B989BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B989BE; }

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

 H1.HeaderClassName
 {
   color: #B989BE;
 }
 .AnyTagClassName
 {
   color: #B989BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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