Html Css Color HEX #BCADF2 Melrose

📋 copy color: '#BCADF2'

red 188 ◦ green 173 ◦ blue 242

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

Shades of Melrose #BCADF2

Tints of Melrose #BCADF2

RGB

 RED value IS 188 (73.83% from 255) = 31.18%

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

 BLUE value IS 242 (94.92% from 255) = 40.13%

R = 31.18%
G = 28.69%
B = 40.13%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCADF2 (or 0xBCADF2) is known color: Melrose. HEX triplet: BC, AD and F2. RGB value is (188,173,242). Sum of RGB (Red+Green+Blue) = 188+173+242=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCADF2 is #43520D. Grayscale: #B9B9B9. Windows color (decimal): -4411918 or 15904188. OLE color: 15904188.

HSL color Cylindrical-coordinate representation of color #BCADF2: hue angle of 253.04º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCADF2 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 173 242 -
CMYK 0.22 0.29 0 0.05
HSL 253.04º 0.73% 0.81% -
HSV(B) 253.04º 0.29% 0.95% -
XYZ 51.71 46.99 90.35 -
YUV 185.35 159.97 129.89 -
System Red Green Blue C M Y K H S L
Decimal 188 173 242 0.22 0.29 0 0.05 253.04 0.73 0.81
Hex BC AD F2 16 1D 0 5 FD 49 51
Octal 274 255 362 26 35 0 5 375 111 121
Binary 10111100 10101101 11110010 10110 11101 0 101 11111101 1001001 1010001

Color Harmonies of #BCADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCADF2

Black with #BCADF2

Text Example


Text Example

White with #BCADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCADF2; }

 p { color: rgb(188,173,242); }

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

background-color css

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

 a { background-color: rgb(188,173,242); }

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

border-color css

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

 span { border-color: rgb(188,173,242); }

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