Html Css Color HEX #BC85CE East Side

📋 copy color: '#BC85CE'

red 188 ◦ green 133 ◦ blue 206

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

Shades of East Side #BC85CE

Tints of East Side #BC85CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.09%

R = 35.67%
G = 25.24%
B = 39.09%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC85CE (or 0xBC85CE) is known color: East Side. HEX triplet: BC, 85 and CE. RGB value is (188,133,206). Sum of RGB (Red+Green+Blue) = 188+133+206=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC85CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85CE is #437A31. Grayscale: #9D9D9D. Windows color (decimal): -4422194 or 13534652. OLE color: 13534652.

HSL color Cylindrical-coordinate representation of color #BC85CE: hue angle of 285.21º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC85CE is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 133 206 -
CMYK 0.09 0.35 0 0.19
HSL 285.21º 0.43% 0.66% -
HSV(B) 285.21º 0.35% 0.81% -
XYZ 40.27 31.92 62.43 -
YUV 157.77 155.22 149.56 -
System Red Green Blue C M Y K H S L
Decimal 188 133 206 0.09 0.35 0 0.19 285.21 0.43 0.66
Hex BC 85 CE 9 23 0 13 11D 2B 42
Octal 274 205 316 11 43 0 23 435 53 102
Binary 10111100 10000101 11001110 1001 100011 0 10011 100011101 101011 1000010

Color Harmonies of #BC85CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC85CE

Black with #BC85CE

Text Example


Text Example

White with #BC85CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC85CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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