Html Css Color HEX #B088BE East Side

📋 copy color: '#B088BE'

red 176 ◦ green 136 ◦ blue 190

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

Shades of East Side #B088BE

Tints of East Side #B088BE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.09%

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

R = 35.06%
G = 27.09%
B = 37.85%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B088BE (or 0xB088BE) is known color: East Side. HEX triplet: B0, 88 and BE. RGB value is (176,136,190). Sum of RGB (Red+Green+Blue) = 176+136+190=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #B088BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B088BE is #4F7741. Grayscale: #999999. Windows color (decimal): -5207874 or 12486832. OLE color: 12486832.

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

Color convert

RGB 176 136 190 -
CMYK 0.07 0.28 0 0.25
HSL 284.44º 0.29% 0.64% -
HSV(B) 284.44º 0.28% 0.75% -
XYZ 36 30.56 52.72 -
YUV 154.12 148.25 143.61 -
System Red Green Blue C M Y K H S L
Decimal 176 136 190 0.07 0.28 0 0.25 284.44 0.29 0.64
Hex B0 88 BE 7 1C 0 19 11C 1D 40
Octal 260 210 276 7 34 0 31 434 35 100
Binary 10110000 10001000 10111110 111 11100 0 11001 100011100 11101 1000000

Color Harmonies of #B088BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B088BE

Black with #B088BE

Text Example


Text Example

White with #B088BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B088BE; }

 p { color: rgb(176,136,190); }

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

background-color css

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

 a { background-color: rgb(176,136,190); }

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

border-color css

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

 span { border-color: rgb(176,136,190); }

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