Html Css Color HEX #B988D4 East Side

📋 copy color: '#B988D4'

red 185 ◦ green 136 ◦ blue 212

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

Shades of East Side #B988D4

Tints of East Side #B988D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.77%

R = 34.71%
G = 25.52%
B = 39.77%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B988D4 (or 0xB988D4) is known color: East Side. HEX triplet: B9, 88 and D4. RGB value is (185,136,212). Sum of RGB (Red+Green+Blue) = 185+136+212=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 212 (83.20% from 255 or 39.77% from 533); Max value from RGB is 212 - color contains mainly: blue. Hex color #B988D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B988D4 is #46772B. Grayscale: #9F9F9F. Windows color (decimal): -4618028 or 13928633. OLE color: 13928633.

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

Color convert

RGB 185 136 212 -
CMYK 0.13 0.36 0 0.17
HSL 278.68º 0.47% 0.68% -
HSV(B) 278.68º 0.36% 0.83% -
XYZ 40.7 32.68 66.45 -
YUV 159.32 157.73 146.32 -
System Red Green Blue C M Y K H S L
Decimal 185 136 212 0.13 0.36 0 0.17 278.68 0.47 0.68
Hex B9 88 D4 D 24 0 11 117 2F 44
Octal 271 210 324 15 44 0 21 427 57 104
Binary 10111001 10001000 11010100 1101 100100 0 10001 100010111 101111 1000100

Color Harmonies of #B988D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B988D4

Black with #B988D4

Text Example


Text Example

White with #B988D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B988D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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