Html Css Color HEX #BAAEF4 Melrose

📋 copy color: '#BAAEF4'

red 186 ◦ green 174 ◦ blue 244

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

Shades of Melrose #BAAEF4

Tints of Melrose #BAAEF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.4%

R = 30.79%
G = 28.81%
B = 40.4%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BAAEF4 (or 0xBAAEF4) is known color: Melrose. HEX triplet: BA, AE and F4. RGB value is (186,174,244). Sum of RGB (Red+Green+Blue) = 186+174+244=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 244 (95.70% from 255 or 40.40% from 604); Max value from RGB is 244 - color contains mainly: blue. Hex color #BAAEF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAEF4 is #45510B. Grayscale: #B9B9B9. Windows color (decimal): -4542732 or 16035514. OLE color: 16035514.

HSL color Cylindrical-coordinate representation of color #BAAEF4: hue angle of 250.29º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAAEF4 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 174 244 -
CMYK 0.24 0.29 0 0.04
HSL 250.29º 0.76% 0.82% -
HSV(B) 250.29º 0.29% 0.96% -
XYZ 51.71 47.24 91.98 -
YUV 185.57 160.98 128.31 -
System Red Green Blue C M Y K H S L
Decimal 186 174 244 0.24 0.29 0 0.04 250.29 0.76 0.82
Hex BA AE F4 18 1D 0 4 FA 4C 52
Octal 272 256 364 30 35 0 4 372 114 122
Binary 10111010 10101110 11110100 11000 11101 0 100 11111010 1001100 1010010

Color Harmonies of #BAAEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEF4

Black with #BAAEF4

Text Example


Text Example

White with #BAAEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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