Html Css Color HEX #B988C0 East Side

📋 copy color: '#B988C0'

red 185 ◦ green 136 ◦ blue 192

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

Shades of East Side #B988C0

Tints of East Side #B988C0

RGB

 RED value IS 185 (72.66% from 255) = 36.06%

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

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

R = 36.06%
G = 26.51%
B = 37.43%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B988C0 (or 0xB988C0) is known color: East Side. HEX triplet: B9, 88 and C0. RGB value is (185,136,192). Sum of RGB (Red+Green+Blue) = 185+136+192=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 192 - color contains mainly: blue. Hex color #B988C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B988C0 is #46773F. Grayscale: #9C9C9C. Windows color (decimal): -4618048 or 12617913. OLE color: 12617913.

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

Color convert

RGB 185 136 192 -
CMYK 0.04 0.29 0 0.25
HSL 292.5º 0.31% 0.64% -
HSV(B) 292.5º 0.29% 0.75% -
XYZ 38.33 31.73 53.97 -
YUV 157.04 147.73 147.95 -
System Red Green Blue C M Y K H S L
Decimal 185 136 192 0.04 0.29 0 0.25 292.5 0.31 0.64
Hex B9 88 C0 4 1D 0 19 124 1F 40
Octal 271 210 300 4 35 0 31 444 37 100
Binary 10111001 10001000 11000000 100 11101 0 11001 100100100 11111 1000000

Color Harmonies of #B988C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B988C0

Black with #B988C0

Text Example


Text Example

White with #B988C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B988C0; }

 p { color: rgb(185,136,192); }

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

background-color css

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

 a { background-color: rgb(185,136,192); }

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

border-color css

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

 span { border-color: rgb(185,136,192); }

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