Html Css Color HEX #BAB3EE Melrose

📋 copy color: '#BAB3EE'

red 186 ◦ green 179 ◦ blue 238

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

Shades of Melrose #BAB3EE

Tints of Melrose #BAB3EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.47%

R = 30.85%
G = 29.68%
B = 39.47%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAB3EE (or 0xBAB3EE) is known color: Melrose. HEX triplet: BA, B3 and EE. RGB value is (186,179,238). Sum of RGB (Red+Green+Blue) = 186+179+238=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 179 (70.31% from 255 or 29.68% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAB3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB3EE is #454C11. Grayscale: #BBBBBB. Windows color (decimal): -4541458 or 15643578. OLE color: 15643578.

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

Color convert

RGB 186 179 238 -
CMYK 0.22 0.25 0 0.07
HSL 247.12º 0.63% 0.82% -
HSV(B) 247.12º 0.25% 0.93% -
XYZ 51.8 48.85 87.59 -
YUV 187.82 156.32 126.7 -
System Red Green Blue C M Y K H S L
Decimal 186 179 238 0.22 0.25 0 0.07 247.12 0.63 0.82
Hex BA B3 EE 16 19 0 7 F7 3F 52
Octal 272 263 356 26 31 0 7 367 77 122
Binary 10111010 10110011 11101110 10110 11001 0 111 11110111 111111 1010010

Color Harmonies of #BAB3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB3EE

Black with #BAB3EE

Text Example


Text Example

White with #BAB3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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