Html Css Color HEX #BC89CE East Side

📋 copy color: '#BC89CE'

red 188 ◦ green 137 ◦ blue 206

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

Shades of East Side #BC89CE

Tints of East Side #BC89CE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.8%

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

R = 35.4%
G = 25.8%
B = 38.79%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC89CE (or 0xBC89CE) is known color: East Side. HEX triplet: BC, 89 and CE. RGB value is (188,137,206). Sum of RGB (Red+Green+Blue) = 188+137+206=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC89CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89CE is #437631. Grayscale: #9F9F9F. Windows color (decimal): -4421170 or 13535676. OLE color: 13535676.

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

Color convert

RGB 188 137 206 -
CMYK 0.09 0.33 0 0.19
HSL 284.35º 0.41% 0.67% -
HSV(B) 284.35º 0.33% 0.81% -
XYZ 40.83 33.04 62.62 -
YUV 160.12 153.9 147.89 -
System Red Green Blue C M Y K H S L
Decimal 188 137 206 0.09 0.33 0 0.19 284.35 0.41 0.67
Hex BC 89 CE 9 21 0 13 11C 29 43
Octal 274 211 316 11 41 0 23 434 51 103
Binary 10111100 10001001 11001110 1001 100001 0 10011 100011100 101001 1000011

Color Harmonies of #BC89CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC89CE

Black with #BC89CE

Text Example


Text Example

White with #BC89CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC89CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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