#B885BE

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

Shades of East Side #B885BE

Tints of East Side #B885BE

Color information

#B885BE (or 0xB885BE) is unknown color: approx East Side. HEX triplet: B8, 85 and BE. RGB value is (184,133,190). Sum of RGB (Red+Green+Blue) = 184+133+190=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #B885BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885BE is #477A41. Grayscale: #9A9A9A. Windows color (decimal): -4684354 or 12486072. OLE color: 12486072.

HSL color Cylindrical-coordinate representation of color #B885BE: hue angle of 293.68º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B885BE is Cyan = 0.03, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184133190-
CMYK0.030.300.25
HSL293.68º30.48%63.33%-
HSV(B)293.68º30%74.51%-
XYZ37.4530.6852.66-
YUV154.75147.9148.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.29%
GREEN value IS 133 (52.34% from 255) = 26.23%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=36.29%
G=26.23%
B=37.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841331900.030.300.25293.6830.4863.33
HexB885BE31E0191261e3f
Octal2702052763360314463677
Binary101110001000010110111110111111001100110010011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B885BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B885BE; }

 p { color: rgb(184,133,190); }

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

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

 a { background-color: rgb(184,133,190); }

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

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

 span { border-color: rgb(184,133,190); }

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