#BBAEFD

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

Shades of Melrose #BBAEFD

Tints of Melrose #BBAEFD

Color information

#BBAEFD (or 0xBBAEFD) is unknown color: approx Melrose. HEX triplet: BB, AE and FD. RGB value is (187,174,253). Sum of RGB (Red+Green+Blue) = 187+174+253=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBAEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAEFD is #445102. Grayscale: #BABABA. Windows color (decimal): -4477187 or 16625339. OLE color: 16625339.

HSL color Cylindrical-coordinate representation of color #BBAEFD: hue angle of 249.87º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBAEFD is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187174253-
CMYK0.260.3100.01
HSL249.87º95.18%83.73%-
HSV(B)249.87º31.23%99.22%-
XYZ53.3647.9399.37-
YUV186.89165.31128.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.46%
GREEN value IS 174 (68.36% from 255) = 28.34%
BLUE value IS 253 (99.22% from 255) = 41.21%
R=30.46%
G=28.34%
B=41.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871742530.260.3100.01249.8795.1883.73
HexBBAEFD1A1F01fa5f54
Octal273256375323701372137124
Binary1011101110101110111111011101011111011111101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEFD; }

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

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

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

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

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

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

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

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