#BCADCD

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

Shades of Moon Raker #BCADCD

Tints of Moon Raker #BCADCD

Color information

#BCADCD (or 0xBCADCD) is unknown color: approx Moon Raker. HEX triplet: BC, AD and CD. RGB value is (188,173,205). Sum of RGB (Red+Green+Blue) = 188+173+205=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADCD is #435232. Grayscale: #B5B5B5. Windows color (decimal): -4411955 or 13479356. OLE color: 13479356.

HSL color Cylindrical-coordinate representation of color #BCADCD: hue angle of 268.12º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCADCD is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188173205-
CMYK0.080.1600.20
HSL268.12º24.24%74.12%-
HSV(B)268.12º15.61%80.39%-
XYZ46.744.9963.98-
YUV181.13141.47132.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.22%
GREEN value IS 173 (67.97% from 255) = 30.57%
BLUE value IS 205 (80.47% from 255) = 36.22%
R=33.22%
G=30.57%
B=36.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881732050.080.1600.20268.1224.2474.12
HexBCADCD81001410c184a
Octal274255315102002441430112
Binary101111001010110111001101100010000010100100001100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADCD; }

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

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

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

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

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

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

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

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