#BCADCC

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

Shades of Moon Raker #BCADCC

Tints of Moon Raker #BCADCC

Color information

#BCADCC (or 0xBCADCC) is unknown color: approx Moon Raker. HEX triplet: BC, AD and CC. RGB value is (188,173,204). Sum of RGB (Red+Green+Blue) = 188+173+204=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADCC is #435233. Grayscale: #B4B4B4. Windows color (decimal): -4411956 or 13413820. OLE color: 13413820.

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

Color convert

RGB188173204-
CMYK0.080.1500.2
HSL269.03º23.31%73.92%-
HSV(B)269.03º15.2%80%-
XYZ46.5844.9463.35-
YUV181.02140.97132.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.27%
GREEN value IS 173 (67.97% from 255) = 30.62%
BLUE value IS 204 (80.08% from 255) = 36.11%
R=33.27%
G=30.62%
B=36.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881732040.080.1500.2269.0323.3173.92
HexBCADCC8F01410d174a
Octal274255314101702441527112
Binary10111100101011011100110010001111010100100001101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADCC; }

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

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

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

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

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

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

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

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