Html Css Color HEX #BC80D4 East Side

📋 copy color: '#BC80D4'

red 188 ◦ green 128 ◦ blue 212

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

Shades of East Side #BC80D4

Tints of East Side #BC80D4

RGB

 RED value IS 188 (73.83% from 255) = 35.61%

 GREEN value IS 128 (50.39% from 255) = 24.24%

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

R = 35.61%
G = 24.24%
B = 40.15%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BC80D4 (or 0xBC80D4) is known color: East Side. HEX triplet: BC, 80 and D4. RGB value is (188,128,212). Sum of RGB (Red+Green+Blue) = 188+128+212=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 212 - color contains mainly: blue. Hex color #BC80D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80D4 is #437F2B. Grayscale: #9B9B9B. Windows color (decimal): -4423468 or 13926588. OLE color: 13926588.

HSL color Cylindrical-coordinate representation of color #BC80D4: hue angle of 282.86º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC80D4 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 128 212 -
CMYK 0.11 0.40 0 0.17
HSL 282.86º 0.49% 0.67% -
HSV(B) 282.86º 0.4% 0.83% -
XYZ 40.34 30.88 66.12 -
YUV 155.52 159.88 151.17 -
System Red Green Blue C M Y K H S L
Decimal 188 128 212 0.11 0.40 0 0.17 282.86 0.49 0.67
Hex BC 80 D4 B 28 0 11 11B 31 43
Octal 274 200 324 13 50 0 21 433 61 103
Binary 10111100 10000000 11010100 1011 101000 0 10001 100011011 110001 1000011

Color Harmonies of #BC80D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC80D4

Black with #BC80D4

Text Example


Text Example

White with #BC80D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC80D4; }

 p { color: rgb(188,128,212); }

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

background-color css

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

 a { background-color: rgb(188,128,212); }

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

border-color css

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

 span { border-color: rgb(188,128,212); }

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