#B888CF

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

Shades of East Side #B888CF

Tints of East Side #B888CF

Color information

#B888CF (or 0xB888CF) is unknown color: approx East Side. HEX triplet: B8, 88 and CF. RGB value is (184,136,207). Sum of RGB (Red+Green+Blue) = 184+136+207=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #B888CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B888CF is #477730. Grayscale: #9E9E9E. Windows color (decimal): -4683569 or 13600952. OLE color: 13600952.

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

Color convert

RGB184136207-
CMYK0.110.3400.19
HSL280.56º42.51%67.25%-
HSV(B)280.56º34.3%81.18%-
XYZ39.8332.363.17-
YUV158.45155.4146.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.91%
GREEN value IS 136 (53.52% from 255) = 25.81%
BLUE value IS 207 (81.25% from 255) = 39.28%
R=34.91%
G=25.81%
B=39.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841362070.110.3400.19280.5642.5167.25
HexB888CFB220131192b43
Octal270210317134202343153103
Binary10111000100010001100111110111000100100111000110011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B888CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B888CF; }

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

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

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

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

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

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

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

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