#BBAFEC

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

Shades of Melrose #BBAFEC

Tints of Melrose #BBAFEC

Color information

#BBAFEC (or 0xBBAFEC) is unknown color: approx Melrose. HEX triplet: BB, AF and EC. RGB value is (187,175,236). Sum of RGB (Red+Green+Blue) = 187+175+236=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBAFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAFEC is #445013. Grayscale: #B9B9B9. Windows color (decimal): -4476948 or 15511483. OLE color: 15511483.

HSL color Cylindrical-coordinate representation of color #BBAFEC: hue angle of 251.8º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBAFEC is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187175236-
CMYK0.210.2600.07
HSL251.8º61.62%80.59%-
HSV(B)251.8º25.85%92.55%-
XYZ50.9647.2885.8-
YUV185.54156.48129.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.27%
GREEN value IS 175 (68.75% from 255) = 29.26%
BLUE value IS 236 (92.58% from 255) = 39.46%
R=31.27%
G=29.26%
B=39.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871752360.210.2600.07251.861.6280.59
HexBBAFEC151A07fc3e51
Octal27325735425320737476121
Binary10111011101011111110110010101110100111111111001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFEC; }

 p { color: rgb(187,175,236); }

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

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

 a { background-color: rgb(187,175,236); }

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

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

 span { border-color: rgb(187,175,236); }

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