#BF82C8

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

Shades of East Side #BF82C8

Tints of East Side #BF82C8

Color information

#BF82C8 (or 0xBF82C8) is unknown color: approx East Side. HEX triplet: BF, 82 and C8. RGB value is (191,130,200). Sum of RGB (Red+Green+Blue) = 191+130+200=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 200 (78.52% from 255 or 38.39% from 521); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF82C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF82C8 is #407D37. Grayscale: #9C9C9C. Windows color (decimal): -4226360 or 13140671. OLE color: 13140671.

HSL color Cylindrical-coordinate representation of color #BF82C8: hue angle of 292.29º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF82C8 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB191130200-
CMYK0.040.3500.22
HSL292.29º38.89%64.71%-
HSV(B)292.29º35%78.43%-
XYZ39.8931.2158.57-
YUV156.22152.71152.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.66%
GREEN value IS 130 (51.17% from 255) = 24.95%
BLUE value IS 200 (78.52% from 255) = 38.39%
R=36.66%
G=24.95%
B=38.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911302000.040.3500.22292.2938.8964.71
HexBF82C84230161242741
Octal27720231044302644447101
Binary1011111110000010110010001001000110101101001001001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF82C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF82C8; }

 p { color: rgb(191,130,200); }

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

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

 a { background-color: rgb(191,130,200); }

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

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

 span { border-color: rgb(191,130,200); }

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