Html Css Color HEX #BAABEE Melrose

📋 copy color: '#BAABEE'

red 186 ◦ green 171 ◦ blue 238

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

Shades of Melrose #BAABEE

Tints of Melrose #BAABEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40%

R = 31.26%
G = 28.74%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAABEE (or 0xBAABEE) is known color: Melrose. HEX triplet: BA, AB and EE. RGB value is (186,171,238). Sum of RGB (Red+Green+Blue) = 186+171+238=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAABEE is #455411. Grayscale: #B6B6B6. Windows color (decimal): -4543506 or 15641530. OLE color: 15641530.

HSL color Cylindrical-coordinate representation of color #BAABEE: hue angle of 253.43º degrees, saturation: 0.66, 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 #BAABEE is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 171 238 -
CMYK 0.22 0.28 0 0.07
HSL 253.43º 0.66% 0.8% -
HSV(B) 253.43º 0.28% 0.93% -
XYZ 50.25 45.74 87.07 -
YUV 183.12 158.97 130.05 -
System Red Green Blue C M Y K H S L
Decimal 186 171 238 0.22 0.28 0 0.07 253.43 0.66 0.8
Hex BA AB EE 16 1C 0 7 FD 42 50
Octal 272 253 356 26 34 0 7 375 102 120
Binary 10111010 10101011 11101110 10110 11100 0 111 11111101 1000010 1010000

Color Harmonies of #BAABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAABEE

Black with #BAABEE

Text Example


Text Example

White with #BAABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAABEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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