Html Css Color HEX #BC89CD East Side

📋 copy color: '#BC89CD'

red 188 ◦ green 137 ◦ blue 205

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

Shades of East Side #BC89CD

Tints of East Side #BC89CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.68%

R = 35.47%
G = 25.85%
B = 38.68%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC89CD (or 0xBC89CD) is known color: East Side. HEX triplet: BC, 89 and CD. RGB value is (188,137,205). Sum of RGB (Red+Green+Blue) = 188+137+205=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC89CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89CD is #437632. Grayscale: #9F9F9F. Windows color (decimal): -4421171 or 13470140. OLE color: 13470140.

HSL color Cylindrical-coordinate representation of color #BC89CD: hue angle of 285º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC89CD is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 137 205 -
CMYK 0.08 0.33 0 0.20
HSL 285º 0.4% 0.67% -
HSV(B) 285º 0.33% 0.8% -
XYZ 40.7 32.99 61.98 -
YUV 160 153.4 147.97 -
System Red Green Blue C M Y K H S L
Decimal 188 137 205 0.08 0.33 0 0.20 285 0.4 0.67
Hex BC 89 CD 8 21 0 14 11D 28 43
Octal 274 211 315 10 41 0 24 435 50 103
Binary 10111100 10001001 11001101 1000 100001 0 10100 100011101 101000 1000011

Color Harmonies of #BC89CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC89CD

Black with #BC89CD

Text Example


Text Example

White with #BC89CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC89CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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