Html Css Color HEX #BCADF8 Melrose

📋 copy color: '#BCADF8'

red 188 ◦ green 173 ◦ blue 248

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

Shades of Melrose #BCADF8

Tints of Melrose #BCADF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.72%

R = 30.87%
G = 28.41%
B = 40.72%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BCADF8 (or 0xBCADF8) is known color: Melrose. HEX triplet: BC, AD and F8. RGB value is (188,173,248). Sum of RGB (Red+Green+Blue) = 188+173+248=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 248 (97.27% from 255 or 40.72% from 609); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCADF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCADF8 is #435207. Grayscale: #B9B9B9. Windows color (decimal): -4411912 or 16297404. OLE color: 16297404.

HSL color Cylindrical-coordinate representation of color #BCADF8: hue angle of 252º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCADF8 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 173 248 -
CMYK 0.24 0.30 0 0.03
HSL 252º 0.84% 0.83% -
HSV(B) 252º 0.3% 0.97% -
XYZ 52.63 47.36 95.17 -
YUV 186.04 162.97 129.4 -
System Red Green Blue C M Y K H S L
Decimal 188 173 248 0.24 0.30 0 0.03 252 0.84 0.83
Hex BC AD F8 18 1E 0 3 FC 54 53
Octal 274 255 370 30 36 0 3 374 124 123
Binary 10111100 10101101 11111000 11000 11110 0 11 11111100 1010100 1010011

Color Harmonies of #BCADF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCADF8

Black with #BCADF8

Text Example


Text Example

White with #BCADF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCADF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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