#B885BD

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

Shades of East Side #B885BD

Tints of East Side #B885BD

Color information

#B885BD (or 0xB885BD) is unknown color: approx East Side. HEX triplet: B8, 85 and BD. RGB value is (184,133,189). Sum of RGB (Red+Green+Blue) = 184+133+189=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #B885BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885BD is #477A42. Grayscale: #9A9A9A. Windows color (decimal): -4684355 or 12420536. OLE color: 12420536.

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

Color convert

RGB184133189-
CMYK0.030.3000.26
HSL294.64º29.79%63.14%-
HSV(B)294.64º29.63%74.12%-
XYZ37.3430.6452.09-
YUV154.63147.4148.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.36%
GREEN value IS 133 (52.34% from 255) = 26.28%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=36.36%
G=26.28%
B=37.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841331890.030.3000.26294.6429.7963.14
HexB885BD31E01A1271e3f
Octal2702052753360324473677
Binary101110001000010110111101111111001101010010011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B885BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B885BD; }

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

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

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

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

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

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

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

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