#BF88CD

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

Shades of East Side #BF88CD

Tints of East Side #BF88CD

Color information

#BF88CD (or 0xBF88CD) is unknown color: approx East Side. HEX triplet: BF, 88 and CD. RGB value is (191,136,205). Sum of RGB (Red+Green+Blue) = 191+136+205=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF88CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF88CD is #407732. Grayscale: #A0A0A0. Windows color (decimal): -4224819 or 13469887. OLE color: 13469887.

HSL color Cylindrical-coordinate representation of color #BF88CD: hue angle of 287.83º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF88CD is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191136205-
CMYK0.070.3400.20
HSL287.83º40.83%66.86%-
HSV(B)287.83º33.66%80.39%-
XYZ41.3133.0961.97-
YUV160.31153.22149.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 136 (53.52% from 255) = 25.56%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=35.90%
G=25.56%
B=38.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911362050.070.3400.20287.8340.8366.86
HexBF88CD7220141202943
Octal27721031574202444051103
Binary1011111110001000110011011111000100101001001000001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF88CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF88CD; }

 p { color: rgb(191,136,205); }

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

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

 a { background-color: rgb(191,136,205); }

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

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

 span { border-color: rgb(191,136,205); }

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