Html Css Color HEX #B188BA East Side

📋 copy color: '#B188BA'

red 177 ◦ green 136 ◦ blue 186

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

Shades of East Side #B188BA

Tints of East Side #B188BA

RGB

 RED value IS 177 (69.53% from 255) = 35.47%

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

 BLUE value IS 186 (73.05% from 255) = 37.27%

R = 35.47%
G = 27.25%
B = 37.27%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B188BA (or 0xB188BA) is known color: East Side. HEX triplet: B1, 88 and BA. RGB value is (177,136,186). Sum of RGB (Red+Green+Blue) = 177+136+186=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 186 - color contains mainly: blue. Hex color #B188BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B188BA is #4E7745. Grayscale: #999999. Windows color (decimal): -5142342 or 12224689. OLE color: 12224689.

HSL color Cylindrical-coordinate representation of color #B188BA: hue angle of 289.2º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B188BA is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 136 186 -
CMYK 0.05 0.27 0 0.27
HSL 289.2º 0.27% 0.63% -
HSV(B) 289.2º 0.27% 0.73% -
XYZ 35.8 30.5 50.45 -
YUV 153.96 146.08 144.43 -
System Red Green Blue C M Y K H S L
Decimal 177 136 186 0.05 0.27 0 0.27 289.2 0.27 0.63
Hex B1 88 BA 5 1B 0 1B 121 1B 3F
Octal 261 210 272 5 33 0 33 441 33 77
Binary 10110001 10001000 10111010 101 11011 0 11011 100100001 11011 111111

Color Harmonies of #B188BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B188BA

Black with #B188BA

Text Example


Text Example

White with #B188BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B188BA; }

 p { color: rgb(177,136,186); }

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

background-color css

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

 a { background-color: rgb(177,136,186); }

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

border-color css

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

 span { border-color: rgb(177,136,186); }

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