Html Css Color HEX #BC85C6 East Side

📋 copy color: '#BC85C6'

red 188 ◦ green 133 ◦ blue 198

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

Shades of East Side #BC85C6

Tints of East Side #BC85C6

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.63%

 BLUE value IS 198 (77.73% from 255) = 38.15%

R = 36.22%
G = 25.63%
B = 38.15%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC85C6 (or 0xBC85C6) is known color: East Side. HEX triplet: BC, 85 and C6. RGB value is (188,133,198). Sum of RGB (Red+Green+Blue) = 188+133+198=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC85C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85C6 is #437A39. Grayscale: #9C9C9C. Windows color (decimal): -4422202 or 13010364. OLE color: 13010364.

HSL color Cylindrical-coordinate representation of color #BC85C6: hue angle of 290.77º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC85C6 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 133 198 -
CMYK 0.05 0.33 0 0.22
HSL 290.77º 0.36% 0.65% -
HSV(B) 290.77º 0.33% 0.78% -
XYZ 39.32 31.54 57.44 -
YUV 156.86 151.22 150.21 -
System Red Green Blue C M Y K H S L
Decimal 188 133 198 0.05 0.33 0 0.22 290.77 0.36 0.65
Hex BC 85 C6 5 21 0 16 123 24 41
Octal 274 205 306 5 41 0 26 443 44 101
Binary 10111100 10000101 11000110 101 100001 0 10110 100100011 100100 1000001

Color Harmonies of #BC85C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC85C6

Black with #BC85C6

Text Example


Text Example

White with #BC85C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC85C6; }

 p { color: rgb(188,133,198); }

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

background-color css

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

 a { background-color: rgb(188,133,198); }

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

border-color css

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

 span { border-color: rgb(188,133,198); }

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