#B88CC9

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

Shades of East Side #B88CC9

Tints of East Side #B88CC9

Color information

#B88CC9 (or 0xB88CC9) is unknown color: approx East Side. HEX triplet: B8, 8C and C9. RGB value is (184,140,201). Sum of RGB (Red+Green+Blue) = 184+140+201=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 201 - color contains mainly: blue. Hex color #B88CC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88CC9 is #477336. Grayscale: #9F9F9F. Windows color (decimal): -4682551 or 13208760. OLE color: 13208760.

HSL color Cylindrical-coordinate representation of color #B88CC9: hue angle of 283.28º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B88CC9 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB184140201-
CMYK0.080.3000.21
HSL283.28º36.09%66.86%-
HSV(B)283.28º30.35%78.82%-
XYZ39.6933.1659.57-
YUV160.11151.08145.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.05%
GREEN value IS 140 (55.08% from 255) = 26.67%
BLUE value IS 201 (78.91% from 255) = 38.29%
R=35.05%
G=26.67%
B=38.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1841402010.080.3000.21283.2836.0966.86
HexB88CC981E01511b2443
Octal270214311103602543344103
Binary1011100010001100110010011000111100101011000110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88CC9; }

 p { color: rgb(184,140,201); }

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

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

 a { background-color: rgb(184,140,201); }

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

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

 span { border-color: rgb(184,140,201); }

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