Html Css Color HEX #BAB2F9 Melrose

📋 copy color: '#BAB2F9'

red 186 ◦ green 178 ◦ blue 249

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

Shades of Melrose #BAB2F9

Tints of Melrose #BAB2F9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.04%

 BLUE value IS 249 (97.66% from 255) = 40.62%

R = 30.34%
G = 29.04%
B = 40.62%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAB2F9 (or 0xBAB2F9) is known color: Melrose. HEX triplet: BA, B2 and F9. RGB value is (186,178,249). Sum of RGB (Red+Green+Blue) = 186+178+249=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAB2F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB2F9 is #454D06. Grayscale: #BCBCBC. Windows color (decimal): -4541703 or 16364218. OLE color: 16364218.

HSL color Cylindrical-coordinate representation of color #BAB2F9: hue angle of 246.76º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAB2F9 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 178 249 -
CMYK 0.25 0.29 0 0.02
HSL 246.76º 0.86% 0.84% -
HSV(B) 246.76º 0.29% 0.98% -
XYZ 53.27 49.12 96.3 -
YUV 188.49 162.15 126.23 -
System Red Green Blue C M Y K H S L
Decimal 186 178 249 0.25 0.29 0 0.02 246.76 0.86 0.84
Hex BA B2 F9 19 1D 0 2 F7 56 54
Octal 272 262 371 31 35 0 2 367 126 124
Binary 10111010 10110010 11111001 11001 11101 0 10 11110111 1010110 1010100

Color Harmonies of #BAB2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB2F9

Black with #BAB2F9

Text Example


Text Example

White with #BAB2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB2F9; }

 p { color: rgb(186,178,249); }

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

background-color css

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

 a { background-color: rgb(186,178,249); }

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

border-color css

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

 span { border-color: rgb(186,178,249); }

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