#BCADCE

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

Shades of Moon Raker #BCADCE

Tints of Moon Raker #BCADCE

Color information

#BCADCE (or 0xBCADCE) is unknown color: approx Moon Raker. HEX triplet: BC, AD and CE. RGB value is (188,173,206). Sum of RGB (Red+Green+Blue) = 188+173+206=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADCE is #435231. Grayscale: #B5B5B5. Windows color (decimal): -4411954 or 13544892. OLE color: 13544892.

HSL color Cylindrical-coordinate representation of color #BCADCE: hue angle of 267.27º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCADCE is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188173206-
CMYK0.090.1600.19
HSL267.27º25.19%74.31%-
HSV(B)267.27º16.02%80.78%-
XYZ46.8245.0364.62-
YUV181.25141.97132.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 173 (67.97% from 255) = 30.51%
BLUE value IS 206 (80.86% from 255) = 36.33%
R=33.16%
G=30.51%
B=36.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881732060.090.1600.19267.2725.1974.31
HexBCADCE91001310b194a
Octal274255316112002341331112
Binary101111001010110111001110100110000010011100001011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADCE; }

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

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

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

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

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

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

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

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