#BBAFFA

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

Shades of Melrose #BBAFFA

Tints of Melrose #BBAFFA

Color information

#BBAFFA (or 0xBBAFFA) is unknown color: approx Melrose. HEX triplet: BB, AF and FA. RGB value is (187,175,250). Sum of RGB (Red+Green+Blue) = 187+175+250=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBAFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAFFA is #445005. Grayscale: #BABABA. Windows color (decimal): -4476934 or 16428987. OLE color: 16428987.

HSL color Cylindrical-coordinate representation of color #BBAFFA: hue angle of 249.6º degrees, saturation: 0.88, 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 #BBAFFA is Cyan = 0.25, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187175250-
CMYK0.250.300.02
HSL249.6º88.24%83.33%-
HSV(B)249.6º30%98.04%-
XYZ53.0848.1396.93-
YUV187.14163.48127.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.56%
GREEN value IS 175 (68.75% from 255) = 28.59%
BLUE value IS 250 (98.05% from 255) = 40.85%
R=30.56%
G=28.59%
B=40.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871752500.250.300.02249.688.2483.33
HexBBAFFA191E02fa5853
Octal273257372313602372130123
Binary10111011101011111111101011001111100101111101010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFFA; }

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

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

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

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

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

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

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

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