#BAAFEB

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

Shades of Melrose #BAAFEB

Tints of Melrose #BAAFEB

Color information

#BAAFEB (or 0xBAAFEB) is unknown color: approx Melrose. HEX triplet: BA, AF and EB. RGB value is (186,175,235). Sum of RGB (Red+Green+Blue) = 186+175+235=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAAFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAFEB is #455014. Grayscale: #B8B8B8. Windows color (decimal): -4542485 or 15445946. OLE color: 15445946.

HSL color Cylindrical-coordinate representation of color #BAAFEB: hue angle of 251º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAAFEB is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186175235-
CMYK0.210.2600.08
HSL251º60%80.39%-
HSV(B)251º25.53%92.16%-
XYZ50.5847.185.02-
YUV185.13156.14128.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.21%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 235 (92.19% from 255) = 39.43%
R=31.21%
G=29.36%
B=39.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861752350.210.2600.082516080.39
HexBAAFEB151A08fb3c50
Octal272257353253201037374120
Binary101110101010111111101011101011101001000111110111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFEB; }

 p { color: rgb(186,175,235); }

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

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

 a { background-color: rgb(186,175,235); }

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

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

 span { border-color: rgb(186,175,235); }

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