Html Css Color HEX #B488BD East Side

📋 copy color: '#B488BD'

red 180 ◦ green 136 ◦ blue 189

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

Shades of East Side #B488BD

Tints of East Side #B488BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.43%

R = 35.64%
G = 26.93%
B = 37.43%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B488BD (or 0xB488BD) is known color: East Side. HEX triplet: B4, 88 and BD. RGB value is (180,136,189). Sum of RGB (Red+Green+Blue) = 180+136+189=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #B488BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B488BD is #4B7742. Grayscale: #9B9B9B. Windows color (decimal): -4945731 or 12421300. OLE color: 12421300.

HSL color Cylindrical-coordinate representation of color #B488BD: hue angle of 289.81º degrees, saturation: 0.29, 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 #B488BD is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 136 189 -
CMYK 0.05 0.28 0 0.26
HSL 289.81º 0.29% 0.64% -
HSV(B) 289.81º 0.28% 0.74% -
XYZ 36.81 30.99 52.18 -
YUV 155.2 147.08 145.69 -
System Red Green Blue C M Y K H S L
Decimal 180 136 189 0.05 0.28 0 0.26 289.81 0.29 0.64
Hex B4 88 BD 5 1C 0 1A 122 1D 40
Octal 264 210 275 5 34 0 32 442 35 100
Binary 10110100 10001000 10111101 101 11100 0 11010 100100010 11101 1000000

Color Harmonies of #B488BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B488BD

Black with #B488BD

Text Example


Text Example

White with #B488BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B488BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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