Html Css Color HEX #BAABFB Melrose

📋 copy color: '#BAABFB'

red 186 ◦ green 171 ◦ blue 251

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

Shades of Melrose #BAABFB

Tints of Melrose #BAABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.28%

R = 30.59%
G = 28.13%
B = 41.28%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAABFB (or 0xBAABFB) is known color: Melrose. HEX triplet: BA, AB and FB. RGB value is (186,171,251). Sum of RGB (Red+Green+Blue) = 186+171+251=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAABFB is #455404. Grayscale: #B8B8B8. Windows color (decimal): -4543493 or 16493498. OLE color: 16493498.

HSL color Cylindrical-coordinate representation of color #BAABFB: hue angle of 251.25º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAABFB is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 171 251 -
CMYK 0.26 0.32 0 0.02
HSL 251.25º 0.91% 0.83% -
HSV(B) 251.25º 0.32% 0.98% -
XYZ 52.23 46.53 97.5 -
YUV 184.61 165.47 129 -
System Red Green Blue C M Y K H S L
Decimal 186 171 251 0.26 0.32 0 0.02 251.25 0.91 0.83
Hex BA AB FB 1A 20 0 2 FB 5B 53
Octal 272 253 373 32 40 0 2 373 133 123
Binary 10111010 10101011 11111011 11010 100000 0 10 11111011 1011011 1010011

Color Harmonies of #BAABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAABFB

Black with #BAABFB

Text Example


Text Example

White with #BAABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAABFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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