Html Css Color HEX #BAABE3 Melrose

📋 copy color: '#BAABE3'

red 186 ◦ green 171 ◦ blue 227

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

Shades of Melrose #BAABE3

Tints of Melrose #BAABE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.87%

R = 31.85%
G = 29.28%
B = 38.87%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BAABE3 (or 0xBAABE3) is known color: Melrose. HEX triplet: BA, AB and E3. RGB value is (186,171,227). Sum of RGB (Red+Green+Blue) = 186+171+227=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 227 (89.06% from 255 or 38.87% from 584); Max value from RGB is 227 - color contains mainly: blue. Hex color #BAABE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABE3 is #45541C. Grayscale: #B5B5B5. Windows color (decimal): -4543517 or 14920634. OLE color: 14920634.

HSL color Cylindrical-coordinate representation of color #BAABE3: hue angle of 256.07º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAABE3 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 171 227 -
CMYK 0.18 0.25 0 0.11
HSL 256.07º 0.5% 0.78% -
HSV(B) 256.07º 0.25% 0.89% -
XYZ 48.68 45.11 78.81 -
YUV 181.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 186 171 227 0.18 0.25 0 0.11 256.07 0.5 0.78
Hex BA AB E3 12 19 0 B 100 32 4E
Octal 272 253 343 22 31 0 13 400 62 116
Binary 10111010 10101011 11100011 10010 11001 0 1011 100000000 110010 1001110

Color Harmonies of #BAABE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAABE3

Black with #BAABE3

Text Example


Text Example

White with #BAABE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAABE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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