Html Css Color HEX #BAAEF1 Melrose

📋 copy color: '#BAAEF1'

red 186 ◦ green 174 ◦ blue 241

#BAAEF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #BAAEF1

Tints of Melrose #BAAEF1

RGB

 RED value IS 186 (73.05% from 255) = 30.95%

 GREEN value IS 174 (68.36% from 255) = 28.95%

 BLUE value IS 241 (94.53% from 255) = 40.1%

R = 30.95%
G = 28.95%
B = 40.1%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BAAEF1 (or 0xBAAEF1) is known color: Melrose. HEX triplet: BA, AE and F1. RGB value is (186,174,241). Sum of RGB (Red+Green+Blue) = 186+174+241=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAAEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAEF1 is #45510E. Grayscale: #B8B8B8. Windows color (decimal): -4542735 or 15838906. OLE color: 15838906.

HSL color Cylindrical-coordinate representation of color #BAAEF1: hue angle of 250.75º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAAEF1 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 174 241 -
CMYK 0.23 0.28 0 0.05
HSL 250.75º 0.71% 0.81% -
HSV(B) 250.75º 0.28% 0.95% -
XYZ 51.26 47.06 89.6 -
YUV 185.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 186 174 241 0.23 0.28 0 0.05 250.75 0.71 0.81
Hex BA AE F1 17 1C 0 5 FB 47 51
Octal 272 256 361 27 34 0 5 373 107 121
Binary 10111010 10101110 11110001 10111 11100 0 101 11111011 1000111 1010001

Color Harmonies of #BAAEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEF1

Black with #BAAEF1

Text Example


Text Example

White with #BAAEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEF1; }

 p { color: rgb(186,174,241); }

 H1.HeaderClassName
 {
   color: #BAAEF1;
 }
 .AnyTagClassName
 {
   color: #BAAEF1;
 }
</style>

background-color css

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

 a { background-color: rgb(186,174,241); }

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

border-color css

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

 span { border-color: rgb(186,174,241); }

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