#BCADEB

Color #BCADEB Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #BCADEB

Tints of Melrose #BCADEB

Color information

#BCADEB (or 0xBCADEB) is unknown color: approx Melrose. HEX triplet: BC, AD and EB. RGB value is (188,173,235). Sum of RGB (Red+Green+Blue) = 188+173+235=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCADEB is #435214. Grayscale: #B8B8B8. Windows color (decimal): -4411925 or 15445436. OLE color: 15445436.

HSL color Cylindrical-coordinate representation of color #BCADEB: hue angle of 254.52º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCADEB is Cyan = 0.2, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188173235-
CMYK0.20.2600.08
HSL254.52º60.78%80%-
HSV(B)254.52º26.38%92.16%-
XYZ50.6846.5884.92-
YUV184.55156.47130.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.54%
GREEN value IS 173 (67.97% from 255) = 29.03%
BLUE value IS 235 (92.19% from 255) = 39.43%
R=31.54%
G=29.03%
B=39.43%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881732350.20.2600.08254.5260.7880
HexBCADEB141A08ff3d50
Octal274255353243201037775120
Binary101111001010110111101011101001101001000111111111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADEB; }

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

 H1.HeaderClassName
 {
   color: #BCADEB;
 }
 .AnyTagClassName
 {
   color: #BCADEB;
 }
</style>
background-color css

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

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

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

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

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

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