#BBACEB

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

Shades of Melrose #BBACEB

Tints of Melrose #BBACEB

Color information

#BBACEB (or 0xBBACEB) is unknown color: approx Melrose. HEX triplet: BB, AC and EB. RGB value is (187,172,235). Sum of RGB (Red+Green+Blue) = 187+172+235=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACEB is #445314. Grayscale: #B7B7B7. Windows color (decimal): -4477717 or 15445179. OLE color: 15445179.

HSL color Cylindrical-coordinate representation of color #BBACEB: hue angle of 254.29º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBACEB is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187172235-
CMYK0.200.2700.08
HSL254.29º61.17%79.8%-
HSV(B)254.29º26.81%92.16%-
XYZ50.2446.0784.84-
YUV183.67156.97130.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.48%
GREEN value IS 172 (67.58% from 255) = 28.96%
BLUE value IS 235 (92.19% from 255) = 39.56%
R=31.48%
G=28.96%
B=39.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871722350.200.2700.08254.2961.1779.8
HexBBACEB141B08fe3d50
Octal273254353243301037675120
Binary101110111010110011101011101001101101000111111101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACEB; }

 p { color: rgb(187,172,235); }

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

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

 a { background-color: rgb(187,172,235); }

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

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

 span { border-color: rgb(187,172,235); }

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