Html Css Color HEX #BAAEFA Melrose

📋 copy color: '#BAAEFA'

red 186 ◦ green 174 ◦ blue 250

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

Shades of Melrose #BAAEFA

Tints of Melrose #BAAEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.98%

R = 30.49%
G = 28.52%
B = 40.98%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAAEFA (or 0xBAAEFA) is known color: Melrose. HEX triplet: BA, AE and FA. RGB value is (186,174,250). Sum of RGB (Red+Green+Blue) = 186+174+250=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAAEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAEFA is #455105. Grayscale: #B9B9B9. Windows color (decimal): -4542726 or 16428730. OLE color: 16428730.

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

Color convert

RGB 186 174 250 -
CMYK 0.26 0.30 0 0.02
HSL 249.47º 0.88% 0.83% -
HSV(B) 249.47º 0.3% 0.98% -
XYZ 52.64 47.61 96.86 -
YUV 186.25 163.98 127.82 -
System Red Green Blue C M Y K H S L
Decimal 186 174 250 0.26 0.30 0 0.02 249.47 0.88 0.83
Hex BA AE FA 1A 1E 0 2 F9 58 53
Octal 272 256 372 32 36 0 2 371 130 123
Binary 10111010 10101110 11111010 11010 11110 0 10 11111001 1011000 1010011

Color Harmonies of #BAAEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEFA

Black with #BAAEFA

Text Example


Text Example

White with #BAAEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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