#BBAEFA

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

Shades of Melrose #BBAEFA

Tints of Melrose #BBAEFA

Color information

#BBAEFA (or 0xBBAEFA) is unknown color: approx Melrose. HEX triplet: BB, AE and FA. RGB value is (187,174,250). Sum of RGB (Red+Green+Blue) = 187+174+250=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBAEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAEFA is #445105. Grayscale: #BABABA. Windows color (decimal): -4477190 or 16428731. OLE color: 16428731.

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

Color convert

RGB187174250-
CMYK0.250.3000.02
HSL250.26º88.37%83.14%-
HSV(B)250.26º30.4%98.04%-
XYZ52.8847.7496.87-
YUV186.55163.81128.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.61%
GREEN value IS 174 (68.36% from 255) = 28.48%
BLUE value IS 250 (98.05% from 255) = 40.92%
R=30.61%
G=28.48%
B=40.92%

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
Decimal1871742500.250.3000.02250.2688.3783.14
HexBBAEFA191E02fa5853
Octal273256372313602372130123
Binary10111011101011101111101011001111100101111101010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEFA; }

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

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

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

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

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

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

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

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