Html Css Color HEX #BAB3F0 Melrose

📋 copy color: '#BAB3F0'

red 186 ◦ green 179 ◦ blue 240

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

Shades of Melrose #BAB3F0

Tints of Melrose #BAB3F0

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.59%

 BLUE value IS 240 (94.14% from 255) = 39.67%

R = 30.74%
G = 29.59%
B = 39.67%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BAB3F0 (or 0xBAB3F0) is known color: Melrose. HEX triplet: BA, B3 and F0. RGB value is (186,179,240). Sum of RGB (Red+Green+Blue) = 186+179+240=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 179 (70.31% from 255 or 29.59% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAB3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB3F0 is #454C0F. Grayscale: #BBBBBB. Windows color (decimal): -4541456 or 15774650. OLE color: 15774650.

HSL color Cylindrical-coordinate representation of color #BAB3F0: hue angle of 246.89º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAB3F0 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 179 240 -
CMYK 0.22 0.25 0 0.06
HSL 246.89º 0.67% 0.82% -
HSV(B) 246.89º 0.25% 0.94% -
XYZ 52.1 48.97 89.14 -
YUV 188.05 157.32 126.54 -
System Red Green Blue C M Y K H S L
Decimal 186 179 240 0.22 0.25 0 0.06 246.89 0.67 0.82
Hex BA B3 F0 16 19 0 6 F7 43 52
Octal 272 263 360 26 31 0 6 367 103 122
Binary 10111010 10110011 11110000 10110 11001 0 110 11110111 1000011 1010010

Color Harmonies of #BAB3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB3F0

Black with #BAB3F0

Text Example


Text Example

White with #BAB3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB3F0; }

 p { color: rgb(186,179,240); }

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

background-color css

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

 a { background-color: rgb(186,179,240); }

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

border-color css

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

 span { border-color: rgb(186,179,240); }

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