#BAADCD

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

Shades of Moon Raker #BAADCD

Tints of Moon Raker #BAADCD

Color information

#BAADCD (or 0xBAADCD) is unknown color: approx Moon Raker. HEX triplet: BA, AD and CD. RGB value is (186,173,205). Sum of RGB (Red+Green+Blue) = 186+173+205=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #BAADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADCD is #455232. Grayscale: #B4B4B4. Windows color (decimal): -4543027 or 13479354. OLE color: 13479354.

HSL color Cylindrical-coordinate representation of color #BAADCD: hue angle of 264.38º 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 #BAADCD is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186173205-
CMYK0.090.1600.20
HSL264.38º24.24%74.12%-
HSV(B)264.38º15.61%80.39%-
XYZ46.2144.7363.96-
YUV180.54141.81131.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.98%
GREEN value IS 173 (67.97% from 255) = 30.67%
BLUE value IS 205 (80.47% from 255) = 36.35%
R=32.98%
G=30.67%
B=36.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861732050.090.1600.20264.3824.2474.12
HexBAADCD910014108184a
Octal272255315112002441030112
Binary101110101010110111001101100110000010100100001000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAADCD; }

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

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

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

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

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

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

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

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