#BF89CB

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

Shades of East Side #BF89CB

Tints of East Side #BF89CB

Color information

#BF89CB (or 0xBF89CB) is unknown color: approx East Side. HEX triplet: BF, 89 and CB. RGB value is (191,137,203). Sum of RGB (Red+Green+Blue) = 191+137+203=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF89CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF89CB is #407634. Grayscale: #A0A0A0. Windows color (decimal): -4224565 or 13339071. OLE color: 13339071.

HSL color Cylindrical-coordinate representation of color #BF89CB: hue angle of 289.09º degrees, saturation: 0.39, 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 #BF89CB is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191137203-
CMYK0.060.3300.20
HSL289.09º38.82%66.67%-
HSV(B)289.09º32.51%79.61%-
XYZ41.2133.2860.75-
YUV160.67151.89149.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 137 (53.91% from 255) = 25.80%
BLUE value IS 203 (79.69% from 255) = 38.23%
R=35.97%
G=25.80%
B=38.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911372030.060.3300.20289.0938.8266.67
HexBF89CB6210141212743
Octal27721131364102444147103
Binary1011111110001001110010111101000010101001001000011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF89CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF89CB; }

 p { color: rgb(191,137,203); }

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

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

 a { background-color: rgb(191,137,203); }

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

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

 span { border-color: rgb(191,137,203); }

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