Html Css Color HEX #BC82D5 East Side

📋 copy color: '#BC82D5'

red 188 ◦ green 130 ◦ blue 213

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

Shades of East Side #BC82D5

Tints of East Side #BC82D5

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.48%

 BLUE value IS 213 (83.59% from 255) = 40.11%

R = 35.4%
G = 24.48%
B = 40.11%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC82D5 (or 0xBC82D5) is known color: East Side. HEX triplet: BC, 82 and D5. RGB value is (188,130,213). Sum of RGB (Red+Green+Blue) = 188+130+213=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC82D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC82D5 is #437D2A. Grayscale: #9C9C9C. Windows color (decimal): -4422955 or 13992636. OLE color: 13992636.

HSL color Cylindrical-coordinate representation of color #BC82D5: hue angle of 281.93º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC82D5 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 130 213 -
CMYK 0.12 0.39 0 0.16
HSL 281.93º 0.5% 0.67% -
HSV(B) 281.93º 0.39% 0.84% -
XYZ 40.73 31.46 66.88 -
YUV 156.8 159.72 150.25 -
System Red Green Blue C M Y K H S L
Decimal 188 130 213 0.12 0.39 0 0.16 281.93 0.5 0.67
Hex BC 82 D5 C 27 0 10 11A 32 43
Octal 274 202 325 14 47 0 20 432 62 103
Binary 10111100 10000010 11010101 1100 100111 0 10000 100011010 110010 1000011

Color Harmonies of #BC82D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC82D5

Black with #BC82D5

Text Example


Text Example

White with #BC82D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC82D5; }

 p { color: rgb(188,130,213); }

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

background-color css

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

 a { background-color: rgb(188,130,213); }

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

border-color css

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

 span { border-color: rgb(188,130,213); }

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