Html Css Color HEX #BAAFE0 Melrose

📋 copy color: '#BAAFE0'

red 186 ◦ green 175 ◦ blue 224

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

Shades of Melrose #BAAFE0

Tints of Melrose #BAAFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.29%

R = 31.79%
G = 29.91%
B = 38.29%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BAAFE0 (or 0xBAAFE0) is known color: Melrose. HEX triplet: BA, AF and E0. RGB value is (186,175,224). Sum of RGB (Red+Green+Blue) = 186+175+224=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #BAAFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFE0 is #45501F. Grayscale: #B7B7B7. Windows color (decimal): -4542496 or 14725050. OLE color: 14725050.

HSL color Cylindrical-coordinate representation of color #BAAFE0: hue angle of 253.47º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAAFE0 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 175 224 -
CMYK 0.17 0.22 0 0.12
HSL 253.47º 0.44% 0.78% -
HSV(B) 253.47º 0.22% 0.88% -
XYZ 49.03 46.48 76.91 -
YUV 183.88 150.64 129.52 -
System Red Green Blue C M Y K H S L
Decimal 186 175 224 0.17 0.22 0 0.12 253.47 0.44 0.78
Hex BA AF E0 11 16 0 C FD 2C 4E
Octal 272 257 340 21 26 0 14 375 54 116
Binary 10111010 10101111 11100000 10001 10110 0 1100 11111101 101100 1001110

Color Harmonies of #BAAFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAFE0

Black with #BAAFE0

Text Example


Text Example

White with #BAAFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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