Html Css Color HEX #BC89C9 East Side

📋 copy color: '#BC89C9'

red 188 ◦ green 137 ◦ blue 201

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

Shades of East Side #BC89C9

Tints of East Side #BC89C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.21%

R = 35.74%
G = 26.05%
B = 38.21%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC89C9 (or 0xBC89C9) is known color: East Side. HEX triplet: BC, 89 and C9. RGB value is (188,137,201). Sum of RGB (Red+Green+Blue) = 188+137+201=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC89C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89C9 is #437636. Grayscale: #9F9F9F. Windows color (decimal): -4421175 or 13207996. OLE color: 13207996.

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

Color convert

RGB 188 137 201 -
CMYK 0.06 0.32 0 0.21
HSL 287.81º 0.37% 0.66% -
HSV(B) 287.81º 0.32% 0.79% -
XYZ 40.23 32.8 59.47 -
YUV 159.55 151.4 148.3 -
System Red Green Blue C M Y K H S L
Decimal 188 137 201 0.06 0.32 0 0.21 287.81 0.37 0.66
Hex BC 89 C9 6 20 0 15 120 25 42
Octal 274 211 311 6 40 0 25 440 45 102
Binary 10111100 10001001 11001001 110 100000 0 10101 100100000 100101 1000010

Color Harmonies of #BC89C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC89C9

Black with #BC89C9

Text Example


Text Example

White with #BC89C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC89C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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