#BAAEDC

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

Shades of Moon Raker #BAAEDC

Tints of Moon Raker #BAAEDC

Color information

#BAAEDC (or 0xBAAEDC) is unknown color: approx Moon Raker. HEX triplet: BA, AE and DC. RGB value is (186,174,220). Sum of RGB (Red+Green+Blue) = 186+174+220=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAAEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEDC is #455123. Grayscale: #B6B6B6. Windows color (decimal): -4542756 or 14462650. OLE color: 14462650.

HSL color Cylindrical-coordinate representation of color #BAAEDC: hue angle of 255.65º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAAEDC is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186174220-
CMYK0.150.2100.14
HSL255.65º39.66%77.25%-
HSV(B)255.65º20.91%86.27%-
XYZ48.345.8874.02-
YUV182.83148.98130.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.07%
GREEN value IS 174 (68.36% from 255) = 30%
BLUE value IS 220 (86.33% from 255) = 37.93%
R=32.07%
G=30%
B=37.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861742200.150.2100.14255.6539.6677.25
HexBAAEDCF150E100284d
Octal272256334172501640050115
Binary101110101010111011011100111110101011101000000001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEDC; }

 p { color: rgb(186,174,220); }

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

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

 a { background-color: rgb(186,174,220); }

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

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

 span { border-color: rgb(186,174,220); }

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