Html Css Color HEX #BAAEFB Melrose

📋 copy color: '#BAAEFB'

red 186 ◦ green 174 ◦ blue 251

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

Shades of Melrose #BAAEFB

Tints of Melrose #BAAEFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.08%

R = 30.44%
G = 28.48%
B = 41.08%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAAEFB (or 0xBAAEFB) is known color: Melrose. HEX triplet: BA, AE and FB. RGB value is (186,174,251). Sum of RGB (Red+Green+Blue) = 186+174+251=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAAEFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAEFB is #455104. Grayscale: #BABABA. Windows color (decimal): -4542725 or 16494266. OLE color: 16494266.

HSL color Cylindrical-coordinate representation of color #BAAEFB: hue angle of 249.35º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAAEFB is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 174 251 -
CMYK 0.26 0.31 0 0.02
HSL 249.35º 0.91% 0.83% -
HSV(B) 249.35º 0.31% 0.98% -
XYZ 52.8 47.68 97.69 -
YUV 186.37 164.48 127.74 -
System Red Green Blue C M Y K H S L
Decimal 186 174 251 0.26 0.31 0 0.02 249.35 0.91 0.83
Hex BA AE FB 1A 1F 0 2 F9 5B 53
Octal 272 256 373 32 37 0 2 371 133 123
Binary 10111010 10101110 11111011 11010 11111 0 10 11111001 1011011 1010011

Color Harmonies of #BAAEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEFB

Black with #BAAEFB

Text Example


Text Example

White with #BAAEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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