Html Css Color HEX #B488CC East Side

📋 copy color: '#B488CC'

red 180 ◦ green 136 ◦ blue 204

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

Shades of East Side #B488CC

Tints of East Side #B488CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 34.62%
G = 26.15%
B = 39.23%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B488CC (or 0xB488CC) is known color: East Side. HEX triplet: B4, 88 and CC. RGB value is (180,136,204). Sum of RGB (Red+Green+Blue) = 180+136+204=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #B488CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B488CC is #4B7733. Grayscale: #9C9C9C. Windows color (decimal): -4945716 or 13404340. OLE color: 13404340.

HSL color Cylindrical-coordinate representation of color #B488CC: hue angle of 278.82º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B488CC is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 136 204 -
CMYK 0.12 0.33 0 0.2
HSL 278.82º 0.4% 0.67% -
HSV(B) 278.82º 0.33% 0.8% -
XYZ 38.53 31.67 61.21 -
YUV 156.91 154.58 144.47 -
System Red Green Blue C M Y K H S L
Decimal 180 136 204 0.12 0.33 0 0.2 278.82 0.4 0.67
Hex B4 88 CC C 21 0 14 117 28 43
Octal 264 210 314 14 41 0 24 427 50 103
Binary 10110100 10001000 11001100 1100 100001 0 10100 100010111 101000 1000011

Color Harmonies of #B488CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B488CC

Black with #B488CC

Text Example


Text Example

White with #B488CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B488CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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