Html Css Color HEX #B488BC East Side

📋 copy color: '#B488BC'

red 180 ◦ green 136 ◦ blue 188

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

Shades of East Side #B488BC

Tints of East Side #B488BC

RGB

 RED value IS 180 (70.7% from 255) = 35.71%

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

 BLUE value IS 188 (73.83% from 255) = 37.3%

R = 35.71%
G = 26.98%
B = 37.3%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B488BC (or 0xB488BC) is known color: East Side. HEX triplet: B4, 88 and BC. RGB value is (180,136,188). Sum of RGB (Red+Green+Blue) = 180+136+188=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #B488BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B488BC is #4B7743. Grayscale: #9A9A9A. Windows color (decimal): -4945732 or 12355764. OLE color: 12355764.

HSL color Cylindrical-coordinate representation of color #B488BC: hue angle of 290.77º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B488BC is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 136 188 -
CMYK 0.04 0.28 0 0.26
HSL 290.77º 0.28% 0.64% -
HSV(B) 290.77º 0.28% 0.74% -
XYZ 36.7 30.94 51.61 -
YUV 155.08 146.58 145.77 -
System Red Green Blue C M Y K H S L
Decimal 180 136 188 0.04 0.28 0 0.26 290.77 0.28 0.64
Hex B4 88 BC 4 1C 0 1A 123 1C 40
Octal 264 210 274 4 34 0 32 443 34 100
Binary 10110100 10001000 10111100 100 11100 0 11010 100100011 11100 1000000

Color Harmonies of #B488BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B488BC

Black with #B488BC

Text Example


Text Example

White with #B488BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B488BC; }

 p { color: rgb(180,136,188); }

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

background-color css

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

 a { background-color: rgb(180,136,188); }

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

border-color css

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

 span { border-color: rgb(180,136,188); }

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