#BBAFF9

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

Shades of Melrose #BBAFF9

Tints of Melrose #BBAFF9

Color information

#BBAFF9 (or 0xBBAFF9) is unknown color: approx Melrose. HEX triplet: BB, AF and F9. RGB value is (187,175,249). Sum of RGB (Red+Green+Blue) = 187+175+249=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBAFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAFF9 is #445006. Grayscale: #BABABA. Windows color (decimal): -4476935 or 16363451. OLE color: 16363451.

HSL color Cylindrical-coordinate representation of color #BBAFF9: hue angle of 249.73º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBAFF9 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187175249-
CMYK0.250.3000.02
HSL249.73º86.05%83.14%-
HSV(B)249.73º29.72%97.65%-
XYZ52.9248.0696.11-
YUV187.02162.98127.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.61%
GREEN value IS 175 (68.75% from 255) = 28.64%
BLUE value IS 249 (97.66% from 255) = 40.75%
R=30.61%
G=28.64%
B=40.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871752490.250.3000.02249.7386.0583.14
HexBBAFF9191E02fa5653
Octal273257371313602372126123
Binary10111011101011111111100111001111100101111101010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFF9; }

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

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

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

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

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

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

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

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