Html Css Color HEX #BC89CC East Side

📋 copy color: '#BC89CC'

red 188 ◦ green 137 ◦ blue 204

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

Shades of East Side #BC89CC

Tints of East Side #BC89CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.56%

R = 35.54%
G = 25.9%
B = 38.56%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC89CC (or 0xBC89CC) is known color: East Side. HEX triplet: BC, 89 and CC. RGB value is (188,137,204). Sum of RGB (Red+Green+Blue) = 188+137+204=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC89CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89CC is #437633. Grayscale: #9F9F9F. Windows color (decimal): -4421172 or 13404604. OLE color: 13404604.

HSL color Cylindrical-coordinate representation of color #BC89CC: hue angle of 285.67º 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 #BC89CC is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 137 204 -
CMYK 0.08 0.33 0 0.2
HSL 285.67º 0.4% 0.67% -
HSV(B) 285.67º 0.33% 0.8% -
XYZ 40.58 32.94 61.35 -
YUV 159.89 152.9 148.05 -
System Red Green Blue C M Y K H S L
Decimal 188 137 204 0.08 0.33 0 0.2 285.67 0.4 0.67
Hex BC 89 CC 8 21 0 14 11E 28 43
Octal 274 211 314 10 41 0 24 436 50 103
Binary 10111100 10001001 11001100 1000 100001 0 10100 100011110 101000 1000011

Color Harmonies of #BC89CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC89CC

Black with #BC89CC

Text Example


Text Example

White with #BC89CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC89CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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