Html Css Color HEX #B988BE East Side

📋 copy color: '#B988BE'

red 185 ◦ green 136 ◦ blue 190

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

Shades of East Side #B988BE

Tints of East Side #B988BE

RGB

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

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

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

R = 36.2%
G = 26.61%
B = 37.18%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B988BE (or 0xB988BE) is known color: East Side. HEX triplet: B9, 88 and BE. RGB value is (185,136,190). Sum of RGB (Red+Green+Blue) = 185+136+190=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #B988BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B988BE is #467741. Grayscale: #9C9C9C. Windows color (decimal): -4618050 or 12486841. OLE color: 12486841.

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

Color convert

RGB 185 136 190 -
CMYK 0.03 0.28 0 0.25
HSL 294.44º 0.29% 0.64% -
HSV(B) 294.44º 0.28% 0.75% -
XYZ 38.11 31.64 52.81 -
YUV 156.81 146.73 148.11 -
System Red Green Blue C M Y K H S L
Decimal 185 136 190 0.03 0.28 0 0.25 294.44 0.29 0.64
Hex B9 88 BE 3 1C 0 19 126 1D 40
Octal 271 210 276 3 34 0 31 446 35 100
Binary 10111001 10001000 10111110 11 11100 0 11001 100100110 11101 1000000

Color Harmonies of #B988BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B988BE

Black with #B988BE

Text Example


Text Example

White with #B988BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B988BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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