Html Css Color HEX #BAAFF7 Melrose

📋 copy color: '#BAAFF7'

red 186 ◦ green 175 ◦ blue 247

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

Shades of Melrose #BAAFF7

Tints of Melrose #BAAFF7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.78%

 BLUE value IS 247 (96.88% from 255) = 40.63%

R = 30.59%
G = 28.78%
B = 40.63%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BAAFF7 (or 0xBAAFF7) is known color: Melrose. HEX triplet: BA, AF and F7. RGB value is (186,175,247). Sum of RGB (Red+Green+Blue) = 186+175+247=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 247 (96.88% from 255 or 40.62% from 608); Max value from RGB is 247 - color contains mainly: blue. Hex color #BAAFF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAFF7 is #455008. Grayscale: #BABABA. Windows color (decimal): -4542473 or 16232378. OLE color: 16232378.

HSL color Cylindrical-coordinate representation of color #BAAFF7: hue angle of 249.17º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAAFF7 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 175 247 -
CMYK 0.25 0.29 0 0.03
HSL 249.17º 0.82% 0.83% -
HSV(B) 249.17º 0.29% 0.97% -
XYZ 52.37 47.81 94.46 -
YUV 186.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 186 175 247 0.25 0.29 0 0.03 249.17 0.82 0.83
Hex BA AF F7 19 1D 0 3 F9 52 53
Octal 272 257 367 31 35 0 3 371 122 123
Binary 10111010 10101111 11110111 11001 11101 0 11 11111001 1010010 1010011

Color Harmonies of #BAAFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAFF7

Black with #BAAFF7

Text Example


Text Example

White with #BAAFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAFF7; }

 p { color: rgb(186,175,247); }

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

background-color css

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

 a { background-color: rgb(186,175,247); }

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

border-color css

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

 span { border-color: rgb(186,175,247); }

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