Html Css Color HEX #BCADF5 Melrose

📋 copy color: '#BCADF5'

red 188 ◦ green 173 ◦ blue 245

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

Shades of Melrose #BCADF5

Tints of Melrose #BCADF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 40.43%

R = 31.02%
G = 28.55%
B = 40.43%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BCADF5 (or 0xBCADF5) is known color: Melrose. HEX triplet: BC, AD and F5. RGB value is (188,173,245). Sum of RGB (Red+Green+Blue) = 188+173+245=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 245 (96.09% from 255 or 40.43% from 606); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCADF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCADF5 is #43520A. Grayscale: #B9B9B9. Windows color (decimal): -4411915 or 16100796. OLE color: 16100796.

HSL color Cylindrical-coordinate representation of color #BCADF5: hue angle of 252.5º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCADF5 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 173 245 -
CMYK 0.23 0.29 0 0.04
HSL 252.5º 0.78% 0.82% -
HSV(B) 252.5º 0.29% 0.96% -
XYZ 52.16 47.17 92.74 -
YUV 185.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 188 173 245 0.23 0.29 0 0.04 252.5 0.78 0.82
Hex BC AD F5 17 1D 0 4 FD 4E 52
Octal 274 255 365 27 35 0 4 375 116 122
Binary 10111100 10101101 11110101 10111 11101 0 100 11111101 1001110 1010010

Color Harmonies of #BCADF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCADF5

Black with #BCADF5

Text Example


Text Example

White with #BCADF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCADF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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