Html Css Color HEX #BAABE5 Melrose

📋 copy color: '#BAABE5'

red 186 ◦ green 171 ◦ blue 229

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

Shades of Melrose #BAABE5

Tints of Melrose #BAABE5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.18%

 BLUE value IS 229 (89.84% from 255) = 39.08%

R = 31.74%
G = 29.18%
B = 39.08%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BAABE5 (or 0xBAABE5) is known color: Melrose. HEX triplet: BA, AB and E5. RGB value is (186,171,229). Sum of RGB (Red+Green+Blue) = 186+171+229=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAABE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABE5 is #45541A. Grayscale: #B5B5B5. Windows color (decimal): -4543515 or 15051706. OLE color: 15051706.

HSL color Cylindrical-coordinate representation of color #BAABE5: hue angle of 255.52º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAABE5 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 171 229 -
CMYK 0.19 0.25 0 0.10
HSL 255.52º 0.53% 0.78% -
HSV(B) 255.52º 0.25% 0.9% -
XYZ 48.96 45.22 80.28 -
YUV 182.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 186 171 229 0.19 0.25 0 0.10 255.52 0.53 0.78
Hex BA AB E5 13 19 0 A 100 35 4E
Octal 272 253 345 23 31 0 12 400 65 116
Binary 10111010 10101011 11100101 10011 11001 0 1010 100000000 110101 1001110

Color Harmonies of #BAABE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAABE5

Black with #BAABE5

Text Example


Text Example

White with #BAABE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAABE5; }

 p { color: rgb(186,171,229); }

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

background-color css

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

 a { background-color: rgb(186,171,229); }

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

border-color css

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

 span { border-color: rgb(186,171,229); }

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