Html Css Color HEX #BC89C4 East Side

📋 copy color: '#BC89C4'

red 188 ◦ green 137 ◦ blue 196

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

Shades of East Side #BC89C4

Tints of East Side #BC89C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.62%

R = 36.08%
G = 26.3%
B = 37.62%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BC89C4 (or 0xBC89C4) is known color: East Side. HEX triplet: BC, 89 and C4. RGB value is (188,137,196). Sum of RGB (Red+Green+Blue) = 188+137+196=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC89C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89C4 is #43763B. Grayscale: #9E9E9E. Windows color (decimal): -4421180 or 12880316. OLE color: 12880316.

HSL color Cylindrical-coordinate representation of color #BC89C4: hue angle of 291.86º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC89C4 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 137 196 -
CMYK 0.04 0.30 0 0.23
HSL 291.86º 0.33% 0.65% -
HSV(B) 291.86º 0.3% 0.77% -
XYZ 39.65 32.57 56.42 -
YUV 158.98 148.9 148.7 -
System Red Green Blue C M Y K H S L
Decimal 188 137 196 0.04 0.30 0 0.23 291.86 0.33 0.65
Hex BC 89 C4 4 1E 0 17 124 21 41
Octal 274 211 304 4 36 0 27 444 41 101
Binary 10111100 10001001 11000100 100 11110 0 10111 100100100 100001 1000001

Color Harmonies of #BC89C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC89C4

Black with #BC89C4

Text Example


Text Example

White with #BC89C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC89C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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