Html Css Color HEX #BCADEC Melrose

📋 copy color: '#BCADEC'

red 188 ◦ green 173 ◦ blue 236

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

Shades of Melrose #BCADEC

Tints of Melrose #BCADEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.53%

R = 31.49%
G = 28.98%
B = 39.53%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCADEC (or 0xBCADEC) is known color: Melrose. HEX triplet: BC, AD and EC. RGB value is (188,173,236). Sum of RGB (Red+Green+Blue) = 188+173+236=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCADEC is #435213. Grayscale: #B8B8B8. Windows color (decimal): -4411924 or 15510972. OLE color: 15510972.

HSL color Cylindrical-coordinate representation of color #BCADEC: hue angle of 254.29º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCADEC is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 173 236 -
CMYK 0.20 0.27 0 0.07
HSL 254.29º 0.62% 0.8% -
HSV(B) 254.29º 0.27% 0.93% -
XYZ 50.82 46.63 85.68 -
YUV 184.67 156.97 130.38 -
System Red Green Blue C M Y K H S L
Decimal 188 173 236 0.20 0.27 0 0.07 254.29 0.62 0.8
Hex BC AD EC 14 1B 0 7 FE 3E 50
Octal 274 255 354 24 33 0 7 376 76 120
Binary 10111100 10101101 11101100 10100 11011 0 111 11111110 111110 1010000

Color Harmonies of #BCADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCADEC

Black with #BCADEC

Text Example


Text Example

White with #BCADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCADEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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