Html Css Color HEX #BAB2F0 Melrose

📋 copy color: '#BAB2F0'

red 186 ◦ green 178 ◦ blue 240

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

Shades of Melrose #BAB2F0

Tints of Melrose #BAB2F0

RGB

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

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

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

R = 30.79%
G = 29.47%
B = 39.74%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BAB2F0 (or 0xBAB2F0) is known color: Melrose. HEX triplet: BA, B2 and F0. RGB value is (186,178,240). Sum of RGB (Red+Green+Blue) = 186+178+240=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAB2F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB2F0 is #454D0F. Grayscale: #BBBBBB. Windows color (decimal): -4541712 or 15774394. OLE color: 15774394.

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

Color convert

RGB 186 178 240 -
CMYK 0.22 0.26 0 0.06
HSL 247.74º 0.67% 0.82% -
HSV(B) 247.74º 0.26% 0.94% -
XYZ 51.9 48.57 89.08 -
YUV 187.46 157.65 126.96 -
System Red Green Blue C M Y K H S L
Decimal 186 178 240 0.22 0.26 0 0.06 247.74 0.67 0.82
Hex BA B2 F0 16 1A 0 6 F8 43 52
Octal 272 262 360 26 32 0 6 370 103 122
Binary 10111010 10110010 11110000 10110 11010 0 110 11111000 1000011 1010010

Color Harmonies of #BAB2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB2F0

Black with #BAB2F0

Text Example


Text Example

White with #BAB2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB2F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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