Html Css Color HEX #B988BF East Side

📋 copy color: '#B988BF'

red 185 ◦ green 136 ◦ blue 191

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

Shades of East Side #B988BF

Tints of East Side #B988BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.3%

R = 36.13%
G = 26.56%
B = 37.3%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B988BF (or 0xB988BF) is known color: East Side. HEX triplet: B9, 88 and BF. RGB value is (185,136,191). Sum of RGB (Red+Green+Blue) = 185+136+191=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #B988BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B988BF is #467740. Grayscale: #9C9C9C. Windows color (decimal): -4618049 or 12552377. OLE color: 12552377.

HSL color Cylindrical-coordinate representation of color #B988BF: hue angle of 293.45º degrees, saturation: 0.3, 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 #B988BF is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 136 191 -
CMYK 0.03 0.29 0 0.25
HSL 293.45º 0.3% 0.64% -
HSV(B) 293.45º 0.29% 0.75% -
XYZ 38.22 31.68 53.39 -
YUV 156.92 147.23 148.03 -
System Red Green Blue C M Y K H S L
Decimal 185 136 191 0.03 0.29 0 0.25 293.45 0.3 0.64
Hex B9 88 BF 3 1D 0 19 125 1E 40
Octal 271 210 277 3 35 0 31 445 36 100
Binary 10111001 10001000 10111111 11 11101 0 11001 100100101 11110 1000000

Color Harmonies of #B988BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B988BF

Black with #B988BF

Text Example


Text Example

White with #B988BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B988BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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