Html Css Color HEX #B089C0 East Side

📋 copy color: '#B089C0'

red 176 ◦ green 137 ◦ blue 192

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

Shades of East Side #B089C0

Tints of East Side #B089C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.02%

R = 34.85%
G = 27.13%
B = 38.02%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B089C0 (or 0xB089C0) is known color: East Side. HEX triplet: B0, 89 and C0. RGB value is (176,137,192). Sum of RGB (Red+Green+Blue) = 176+137+192=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 192 - color contains mainly: blue. Hex color #B089C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089C0 is #4F763F. Grayscale: #9A9A9A. Windows color (decimal): -5207616 or 12618160. OLE color: 12618160.

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

Color convert

RGB 176 137 192 -
CMYK 0.08 0.29 0 0.25
HSL 282.55º 0.3% 0.65% -
HSV(B) 282.55º 0.29% 0.75% -
XYZ 36.36 30.93 53.92 -
YUV 154.93 148.92 143.03 -
System Red Green Blue C M Y K H S L
Decimal 176 137 192 0.08 0.29 0 0.25 282.55 0.3 0.65
Hex B0 89 C0 8 1D 0 19 11B 1E 41
Octal 260 211 300 10 35 0 31 433 36 101
Binary 10110000 10001001 11000000 1000 11101 0 11001 100011011 11110 1000001

Color Harmonies of #B089C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B089C0

Black with #B089C0

Text Example


Text Example

White with #B089C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B089C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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