#B88ACF

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

Shades of East Side #B88ACF

Tints of East Side #B88ACF

Color information

#B88ACF (or 0xB88ACF) is unknown color: approx East Side. HEX triplet: B8, 8A and CF. RGB value is (184,138,207). Sum of RGB (Red+Green+Blue) = 184+138+207=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #B88ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88ACF is #477530. Grayscale: #9F9F9F. Windows color (decimal): -4683057 or 13601464. OLE color: 13601464.

HSL color Cylindrical-coordinate representation of color #B88ACF: hue angle of 280º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B88ACF is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB184138207-
CMYK0.110.3300.19
HSL280º41.82%67.65%-
HSV(B)280º33.33%81.18%-
XYZ40.1232.8763.26-
YUV159.62154.74145.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.78%
GREEN value IS 138 (54.30% from 255) = 26.09%
BLUE value IS 207 (81.25% from 255) = 39.13%
R=34.78%
G=26.09%
B=39.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841382070.110.3300.1928041.8267.65
HexB88ACFB210131182a44
Octal270212317134102343052104
Binary10111000100010101100111110111000010100111000110001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88ACF; }

 p { color: rgb(184,138,207); }

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

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

 a { background-color: rgb(184,138,207); }

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

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

 span { border-color: rgb(184,138,207); }

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