#BBACFE

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

Shades of Melrose #BBACFE

Tints of Melrose #BBACFE

Color information

#BBACFE (or 0xBBACFE) is unknown color: approx Melrose. HEX triplet: BB, AC and FE. RGB value is (187,172,254). Sum of RGB (Red+Green+Blue) = 187+172+254=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACFE is #445301. Grayscale: #B9B9B9. Windows color (decimal): -4477698 or 16690363. OLE color: 16690363.

HSL color Cylindrical-coordinate representation of color #BBACFE: hue angle of 250.98º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBACFE is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187172254-
CMYK0.260.3200.00
HSL250.98º97.62%83.53%-
HSV(B)250.98º32.28%99.61%-
XYZ53.1447.23100.08-
YUV185.83166.47128.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.51%
GREEN value IS 172 (67.58% from 255) = 28.06%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=30.51%
G=28.06%
B=41.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1871722540.260.3200.00250.9897.6283.53
HexBBACFE1A2000fb6254
Octal273254376324000373142124
Binary10111011101011001111111011010100000001111101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACFE; }

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

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

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

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

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

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

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

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