Html Css Color HEX #B988D5 East Side

📋 copy color: '#B988D5'

red 185 ◦ green 136 ◦ blue 213

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

Shades of East Side #B988D5

Tints of East Side #B988D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.89%

R = 34.64%
G = 25.47%
B = 39.89%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B988D5 (or 0xB988D5) is known color: East Side. HEX triplet: B9, 88 and D5. RGB value is (185,136,213). Sum of RGB (Red+Green+Blue) = 185+136+213=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 213 - color contains mainly: blue. Hex color #B988D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B988D5 is #46772A. Grayscale: #9F9F9F. Windows color (decimal): -4618027 or 13994169. OLE color: 13994169.

HSL color Cylindrical-coordinate representation of color #B988D5: hue angle of 278.18º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B988D5 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 136 213 -
CMYK 0.13 0.36 0 0.16
HSL 278.18º 0.48% 0.68% -
HSV(B) 278.18º 0.36% 0.84% -
XYZ 40.82 32.73 67.12 -
YUV 159.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 185 136 213 0.13 0.36 0 0.16 278.18 0.48 0.68
Hex B9 88 D5 D 24 0 10 116 30 44
Octal 271 210 325 15 44 0 20 426 60 104
Binary 10111001 10001000 11010101 1101 100100 0 10000 100010110 110000 1000100

Color Harmonies of #B988D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B988D5

Black with #B988D5

Text Example


Text Example

White with #B988D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B988D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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