#BF80C9

Color #BF80C9 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #BF80C9

Tints of East Side #BF80C9

Color information

#BF80C9 (or 0xBF80C9) is unknown color: approx East Side. HEX triplet: BF, 80 and C9. RGB value is (191,128,201). Sum of RGB (Red+Green+Blue) = 191+128+201=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF80C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80C9 is #407F36. Grayscale: #9A9A9A. Windows color (decimal): -4226871 or 13205695. OLE color: 13205695.

HSL color Cylindrical-coordinate representation of color #BF80C9: hue angle of 291.78º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF80C9 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191128201-
CMYK0.050.3600.21
HSL291.78º40.33%64.51%-
HSV(B)291.78º36.32%78.82%-
XYZ39.7530.7359.1-
YUV155.16153.87153.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 128 (50.39% from 255) = 24.62%
BLUE value IS 201 (78.91% from 255) = 38.65%
R=36.73%
G=24.62%
B=38.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911282010.050.3600.21291.7840.3364.51
HexBF80C95240151242841
Octal27720031154402544450101
Binary1011111110000000110010011011001000101011001001001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF80C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF80C9; }

 p { color: rgb(191,128,201); }

 H1.HeaderClassName
 {
   color: #BF80C9;
 }
 .AnyTagClassName
 {
   color: #BF80C9;
 }
</style>
background-color css

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

 a { background-color: rgb(191,128,201); }

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

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

 span { border-color: rgb(191,128,201); }

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