Html Css Color HEX #BC85CA East Side

📋 copy color: '#BC85CA'

red 188 ◦ green 133 ◦ blue 202

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

Shades of East Side #BC85CA

Tints of East Side #BC85CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.62%

R = 35.95%
G = 25.43%
B = 38.62%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC85CA (or 0xBC85CA) is known color: East Side. HEX triplet: BC, 85 and CA. RGB value is (188,133,202). Sum of RGB (Red+Green+Blue) = 188+133+202=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC85CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85CA is #437A35. Grayscale: #9D9D9D. Windows color (decimal): -4422198 or 13272508. OLE color: 13272508.

HSL color Cylindrical-coordinate representation of color #BC85CA: hue angle of 287.83º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC85CA is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 133 202 -
CMYK 0.07 0.34 0 0.21
HSL 287.83º 0.39% 0.66% -
HSV(B) 287.83º 0.34% 0.79% -
XYZ 39.79 31.73 59.9 -
YUV 157.31 153.22 149.89 -
System Red Green Blue C M Y K H S L
Decimal 188 133 202 0.07 0.34 0 0.21 287.83 0.39 0.66
Hex BC 85 CA 7 22 0 15 120 27 42
Octal 274 205 312 7 42 0 25 440 47 102
Binary 10111100 10000101 11001010 111 100010 0 10101 100100000 100111 1000010

Color Harmonies of #BC85CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC85CA

Black with #BC85CA

Text Example


Text Example

White with #BC85CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC85CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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