Html Css Color HEX #B088BD East Side

📋 copy color: '#B088BD'

red 176 ◦ green 136 ◦ blue 189

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

Shades of East Side #B088BD

Tints of East Side #B088BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.72%

R = 35.13%
G = 27.15%
B = 37.72%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B088BD (or 0xB088BD) is known color: East Side. HEX triplet: B0, 88 and BD. RGB value is (176,136,189). Sum of RGB (Red+Green+Blue) = 176+136+189=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 189 - color contains mainly: blue. Hex color #B088BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B088BD is #4F7742. Grayscale: #999999. Windows color (decimal): -5207875 or 12421296. OLE color: 12421296.

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

Color convert

RGB 176 136 189 -
CMYK 0.07 0.28 0 0.26
HSL 285.28º 0.29% 0.64% -
HSV(B) 285.28º 0.28% 0.74% -
XYZ 35.89 30.51 52.14 -
YUV 154 147.75 143.69 -
System Red Green Blue C M Y K H S L
Decimal 176 136 189 0.07 0.28 0 0.26 285.28 0.29 0.64
Hex B0 88 BD 7 1C 0 1A 11D 1D 40
Octal 260 210 275 7 34 0 32 435 35 100
Binary 10110000 10001000 10111101 111 11100 0 11010 100011101 11101 1000000

Color Harmonies of #B088BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B088BD

Black with #B088BD

Text Example


Text Example

White with #B088BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B088BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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