#BBAFF0

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

Shades of Melrose #BBAFF0

Tints of Melrose #BBAFF0

Color information

#BBAFF0 (or 0xBBAFF0) is unknown color: approx Melrose. HEX triplet: BB, AF and F0. RGB value is (187,175,240). Sum of RGB (Red+Green+Blue) = 187+175+240=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBAFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAFF0 is #44500F. Grayscale: #B9B9B9. Windows color (decimal): -4476944 or 15773627. OLE color: 15773627.

HSL color Cylindrical-coordinate representation of color #BBAFF0: hue angle of 251.08º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBAFF0 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187175240-
CMYK0.220.2700.06
HSL251.08º68.42%81.37%-
HSV(B)251.08º27.08%94.12%-
XYZ51.5547.5288.89-
YUV186158.48128.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.06%
GREEN value IS 175 (68.75% from 255) = 29.07%
BLUE value IS 240 (94.14% from 255) = 39.87%
R=31.06%
G=29.07%
B=39.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1871752400.220.2700.06251.0868.4281.37
HexBBAFF0161B06fb4451
Octal273257360263306373104121
Binary101110111010111111110000101101101101101111101110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFF0; }

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

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

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

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

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

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

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

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