Html Css Color HEX #BAADFC Melrose

📋 copy color: '#BAADFC'

red 186 ◦ green 173 ◦ blue 252

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

Shades of Melrose #BAADFC

Tints of Melrose #BAADFC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.31%

 BLUE value IS 252 (98.83% from 255) = 41.24%

R = 30.44%
G = 28.31%
B = 41.24%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BAADFC (or 0xBAADFC) is known color: Melrose. HEX triplet: BA, AD and FC. RGB value is (186,173,252). Sum of RGB (Red+Green+Blue) = 186+173+252=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAADFC is #455203. Grayscale: #B9B9B9. Windows color (decimal): -4542980 or 16559546. OLE color: 16559546.

HSL color Cylindrical-coordinate representation of color #BAADFC: hue angle of 249.87º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAADFC is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 173 252 -
CMYK 0.26 0.31 0 0.01
HSL 249.87º 0.93% 0.83% -
HSV(B) 249.87º 0.31% 0.99% -
XYZ 52.76 47.35 98.45 -
YUV 185.89 165.31 128.08 -
System Red Green Blue C M Y K H S L
Decimal 186 173 252 0.26 0.31 0 0.01 249.87 0.93 0.83
Hex BA AD FC 1A 1F 0 1 FA 5D 53
Octal 272 255 374 32 37 0 1 372 135 123
Binary 10111010 10101101 11111100 11010 11111 0 1 11111010 1011101 1010011

Color Harmonies of #BAADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAADFC

Black with #BAADFC

Text Example


Text Example

White with #BAADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAADFC; }

 p { color: rgb(186,173,252); }

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

background-color css

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

 a { background-color: rgb(186,173,252); }

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

border-color css

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

 span { border-color: rgb(186,173,252); }

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