Html Css Color HEX #B089BF East Side

📋 copy color: '#B089BF'

red 176 ◦ green 137 ◦ blue 191

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

Shades of East Side #B089BF

Tints of East Side #B089BF

RGB

 RED value IS 176 (69.14% from 255) = 34.92%

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

 BLUE value IS 191 (75% from 255) = 37.9%

R = 34.92%
G = 27.18%
B = 37.9%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B089BF (or 0xB089BF) is known color: East Side. HEX triplet: B0, 89 and BF. RGB value is (176,137,191). Sum of RGB (Red+Green+Blue) = 176+137+191=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #B089BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089BF is #4F7640. Grayscale: #9A9A9A. Windows color (decimal): -5207617 or 12552624. OLE color: 12552624.

HSL color Cylindrical-coordinate representation of color #B089BF: hue angle of 283.33º degrees, saturation: 0.3, 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 #B089BF is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 137 191 -
CMYK 0.08 0.28 0 0.25
HSL 283.33º 0.3% 0.64% -
HSV(B) 283.33º 0.28% 0.75% -
XYZ 36.25 30.88 53.34 -
YUV 154.82 148.42 143.11 -
System Red Green Blue C M Y K H S L
Decimal 176 137 191 0.08 0.28 0 0.25 283.33 0.3 0.64
Hex B0 89 BF 8 1C 0 19 11B 1E 40
Octal 260 211 277 10 34 0 31 433 36 100
Binary 10110000 10001001 10111111 1000 11100 0 11001 100011011 11110 1000000

Color Harmonies of #B089BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B089BF

Black with #B089BF

Text Example


Text Example

White with #B089BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B089BF; }

 p { color: rgb(176,137,191); }

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

background-color css

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

 a { background-color: rgb(176,137,191); }

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

border-color css

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

 span { border-color: rgb(176,137,191); }

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