Html Css Color HEX #B089BC East Side

📋 copy color: '#B089BC'

red 176 ◦ green 137 ◦ blue 188

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

Shades of East Side #B089BC

Tints of East Side #B089BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.52%

R = 35.13%
G = 27.35%
B = 37.52%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B089BC (or 0xB089BC) is known color: East Side. HEX triplet: B0, 89 and BC. RGB value is (176,137,188). Sum of RGB (Red+Green+Blue) = 176+137+188=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #B089BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089BC is #4F7643. Grayscale: #9A9A9A. Windows color (decimal): -5207620 or 12356016. OLE color: 12356016.

HSL color Cylindrical-coordinate representation of color #B089BC: hue angle of 285.88º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B089BC is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 137 188 -
CMYK 0.06 0.27 0 0.26
HSL 285.88º 0.28% 0.64% -
HSV(B) 285.88º 0.27% 0.74% -
XYZ 35.93 30.75 51.62 -
YUV 154.48 146.92 143.35 -
System Red Green Blue C M Y K H S L
Decimal 176 137 188 0.06 0.27 0 0.26 285.88 0.28 0.64
Hex B0 89 BC 6 1B 0 1A 11E 1C 40
Octal 260 211 274 6 33 0 32 436 34 100
Binary 10110000 10001001 10111100 110 11011 0 11010 100011110 11100 1000000

Color Harmonies of #B089BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B089BC

Black with #B089BC

Text Example


Text Example

White with #B089BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B089BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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