Html Css Color HEX #BAAEF9 Melrose

📋 copy color: '#BAAEF9'

red 186 ◦ green 174 ◦ blue 249

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

Shades of Melrose #BAAEF9

Tints of Melrose #BAAEF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.89%

R = 30.54%
G = 28.57%
B = 40.89%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAAEF9 (or 0xBAAEF9) is known color: Melrose. HEX triplet: BA, AE and F9. RGB value is (186,174,249). Sum of RGB (Red+Green+Blue) = 186+174+249=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAAEF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAEF9 is #455106. Grayscale: #B9B9B9. Windows color (decimal): -4542727 or 16363194. OLE color: 16363194.

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

Color convert

RGB 186 174 249 -
CMYK 0.25 0.30 0 0.02
HSL 249.6º 0.86% 0.83% -
HSV(B) 249.6º 0.3% 0.98% -
XYZ 52.48 47.55 96.03 -
YUV 186.14 163.48 127.9 -
System Red Green Blue C M Y K H S L
Decimal 186 174 249 0.25 0.30 0 0.02 249.6 0.86 0.83
Hex BA AE F9 19 1E 0 2 FA 56 53
Octal 272 256 371 31 36 0 2 372 126 123
Binary 10111010 10101110 11111001 11001 11110 0 10 11111010 1010110 1010011

Color Harmonies of #BAAEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEF9

Black with #BAAEF9

Text Example


Text Example

White with #BAAEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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