Html Css Color HEX #BAABFF Melrose

📋 copy color: '#BAABFF'

red 186 ◦ green 171 ◦ blue 255

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

Shades of Melrose #BAABFF

Tints of Melrose #BAABFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.67%

R = 30.39%
G = 27.94%
B = 41.67%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BAABFF (or 0xBAABFF) is known color: Melrose. HEX triplet: BA, AB and FF. RGB value is (186,171,255). Sum of RGB (Red+Green+Blue) = 186+171+255=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAABFF is #455400. Grayscale: #B8B8B8. Windows color (decimal): -4543489 or 16755642. OLE color: 16755642.

HSL color Cylindrical-coordinate representation of color #BAABFF: hue angle of 250.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAABFF is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 171 255 -
CMYK 0.27 0.33 0 0
HSL 250.71º 1% 0.84% -
HSV(B) 250.71º 0.33% 1% -
XYZ 52.86 46.78 100.85 -
YUV 185.06 167.47 128.67 -
System Red Green Blue C M Y K H S L
Decimal 186 171 255 0.27 0.33 0 0 250.71 1 0.84
Hex BA AB FF 1B 21 0 0 FB 64 54
Octal 272 253 377 33 41 0 0 373 144 124
Binary 10111010 10101011 11111111 11011 100001 0 0 11111011 1100100 1010100

Color Harmonies of #BAABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAABFF

Black with #BAABFF

Text Example


Text Example

White with #BAABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAABFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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