Html Css Color HEX #BAABEC Melrose

📋 copy color: '#BAABEC'

red 186 ◦ green 171 ◦ blue 236

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

Shades of Melrose #BAABEC

Tints of Melrose #BAABEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.8%

R = 31.37%
G = 28.84%
B = 39.8%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAABEC (or 0xBAABEC) is known color: Melrose. HEX triplet: BA, AB and EC. RGB value is (186,171,236). Sum of RGB (Red+Green+Blue) = 186+171+236=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAABEC is #455413. Grayscale: #B6B6B6. Windows color (decimal): -4543508 or 15510458. OLE color: 15510458.

HSL color Cylindrical-coordinate representation of color #BAABEC: hue angle of 253.85º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAABEC is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 171 236 -
CMYK 0.21 0.28 0 0.07
HSL 253.85º 0.63% 0.8% -
HSV(B) 253.85º 0.28% 0.93% -
XYZ 49.95 45.62 85.53 -
YUV 182.9 157.97 130.21 -
System Red Green Blue C M Y K H S L
Decimal 186 171 236 0.21 0.28 0 0.07 253.85 0.63 0.8
Hex BA AB EC 15 1C 0 7 FE 3F 50
Octal 272 253 354 25 34 0 7 376 77 120
Binary 10111010 10101011 11101100 10101 11100 0 111 11111110 111111 1010000

Color Harmonies of #BAABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAABEC

Black with #BAABEC

Text Example


Text Example

White with #BAABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAABEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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