#BAACDA

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

Shades of Moon Raker #BAACDA

Tints of Moon Raker #BAACDA

Color information

#BAACDA (or 0xBAACDA) is unknown color: approx Moon Raker. HEX triplet: BA, AC and DA. RGB value is (186,172,218). Sum of RGB (Red+Green+Blue) = 186+172+218=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACDA is #455325. Grayscale: #B5B5B5. Windows color (decimal): -4543270 or 14331066. OLE color: 14331066.

HSL color Cylindrical-coordinate representation of color #BAACDA: hue angle of 258.26º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAACDA is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186172218-
CMYK0.150.2100.15
HSL258.26º38.33%76.47%-
HSV(B)258.26º21.1%85.49%-
XYZ47.6645.0172.5-
YUV181.43148.64131.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 172 (67.58% from 255) = 29.86%
BLUE value IS 218 (85.55% from 255) = 37.85%
R=32.29%
G=29.86%
B=37.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861722180.150.2100.15258.2638.3376.47
HexBAACDAF150F102264c
Octal272254332172501740246114
Binary101110101010110011011010111110101011111000000101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACDA; }

 p { color: rgb(186,172,218); }

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

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

 a { background-color: rgb(186,172,218); }

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

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

 span { border-color: rgb(186,172,218); }

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