#BBAFF1

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

Shades of Melrose #BBAFF1

Tints of Melrose #BBAFF1

Color information

#BBAFF1 (or 0xBBAFF1) is unknown color: approx Melrose. HEX triplet: BB, AF and F1. RGB value is (187,175,241). Sum of RGB (Red+Green+Blue) = 187+175+241=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBAFF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAFF1 is #44500E. Grayscale: #B9B9B9. Windows color (decimal): -4476943 or 15839163. OLE color: 15839163.

HSL color Cylindrical-coordinate representation of color #BBAFF1: hue angle of 250.91º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBAFF1 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187175241-
CMYK0.220.2700.05
HSL250.91º70.21%81.57%-
HSV(B)250.91º27.39%94.51%-
XYZ51.747.5889.68-
YUV186.11158.98128.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.01%
GREEN value IS 175 (68.75% from 255) = 29.02%
BLUE value IS 241 (94.53% from 255) = 39.97%
R=31.01%
G=29.02%
B=39.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871752410.220.2700.05250.9170.2181.57
HexBBAFF1161B05fb4652
Octal273257361263305373106122
Binary101110111010111111110001101101101101011111101110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFF1; }

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

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

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

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

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

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

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

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