Html Css Color HEX #BAAEF3 Melrose

📋 copy color: '#BAAEF3'

red 186 ◦ green 174 ◦ blue 243

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

Shades of Melrose #BAAEF3

Tints of Melrose #BAAEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 40.3%

R = 30.85%
G = 28.86%
B = 40.3%

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

#BAAEF3 (or 0xBAAEF3) is known color: Melrose. HEX triplet: BA, AE and F3. RGB value is (186,174,243). Sum of RGB (Red+Green+Blue) = 186+174+243=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 243 (95.31% from 255 or 40.30% from 603); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAAEF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAEF3 is #45510C. Grayscale: #B9B9B9. Windows color (decimal): -4542733 or 15969978. OLE color: 15969978.

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

Color convert

RGB 186 174 243 -
CMYK 0.23 0.28 0 0.05
HSL 250.43º 0.74% 0.82% -
HSV(B) 250.43º 0.28% 0.95% -
XYZ 51.56 47.18 91.18 -
YUV 185.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 186 174 243 0.23 0.28 0 0.05 250.43 0.74 0.82
Hex BA AE F3 17 1C 0 5 FA 4A 52
Octal 272 256 363 27 34 0 5 372 112 122
Binary 10111010 10101110 11110011 10111 11100 0 101 11111010 1001010 1010010

Color Harmonies of #BAAEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEF3

Black with #BAAEF3

Text Example


Text Example

White with #BAAEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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