Html Css Color HEX #B988C2 East Side

📋 copy color: '#B988C2'

red 185 ◦ green 136 ◦ blue 194

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

Shades of East Side #B988C2

Tints of East Side #B988C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.67%

R = 35.92%
G = 26.41%
B = 37.67%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B988C2 (or 0xB988C2) is known color: East Side. HEX triplet: B9, 88 and C2. RGB value is (185,136,194). Sum of RGB (Red+Green+Blue) = 185+136+194=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 194 (76.17% from 255 or 37.67% from 515); Max value from RGB is 194 - color contains mainly: blue. Hex color #B988C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B988C2 is #46773D. Grayscale: #9D9D9D. Windows color (decimal): -4618046 or 12748985. OLE color: 12748985.

HSL color Cylindrical-coordinate representation of color #B988C2: hue angle of 290.69º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B988C2 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 136 194 -
CMYK 0.05 0.30 0 0.24
HSL 290.69º 0.32% 0.65% -
HSV(B) 290.69º 0.3% 0.76% -
XYZ 38.55 31.82 55.15 -
YUV 157.26 148.73 147.78 -
System Red Green Blue C M Y K H S L
Decimal 185 136 194 0.05 0.30 0 0.24 290.69 0.32 0.65
Hex B9 88 C2 5 1E 0 18 123 20 41
Octal 271 210 302 5 36 0 30 443 40 101
Binary 10111001 10001000 11000010 101 11110 0 11000 100100011 100000 1000001

Color Harmonies of #B988C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B988C2

Black with #B988C2

Text Example


Text Example

White with #B988C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B988C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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