Html Css Color HEX #BC83CC East Side

📋 copy color: '#BC83CC'

red 188 ◦ green 131 ◦ blue 204

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

Shades of East Side #BC83CC

Tints of East Side #BC83CC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.05%

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

R = 35.95%
G = 25.05%
B = 39.01%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC83CC (or 0xBC83CC) is known color: East Side. HEX triplet: BC, 83 and CC. RGB value is (188,131,204). Sum of RGB (Red+Green+Blue) = 188+131+204=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC83CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83CC is #437C33. Grayscale: #9C9C9C. Windows color (decimal): -4422708 or 13403068. OLE color: 13403068.

HSL color Cylindrical-coordinate representation of color #BC83CC: hue angle of 286.85º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC83CC is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 131 204 -
CMYK 0.08 0.36 0 0.2
HSL 286.85º 0.42% 0.66% -
HSV(B) 286.85º 0.36% 0.8% -
XYZ 39.75 31.28 61.07 -
YUV 156.37 154.88 150.56 -
System Red Green Blue C M Y K H S L
Decimal 188 131 204 0.08 0.36 0 0.2 286.85 0.42 0.66
Hex BC 83 CC 8 24 0 14 11F 2A 42
Octal 274 203 314 10 44 0 24 437 52 102
Binary 10111100 10000011 11001100 1000 100100 0 10100 100011111 101010 1000010

Color Harmonies of #BC83CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC83CC

Black with #BC83CC

Text Example


Text Example

White with #BC83CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC83CC; }

 p { color: rgb(188,131,204); }

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

background-color css

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

 a { background-color: rgb(188,131,204); }

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

border-color css

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

 span { border-color: rgb(188,131,204); }

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