#BAAFDA

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

Shades of Moon Raker #BAAFDA

Tints of Moon Raker #BAAFDA

Color information

#BAAFDA (or 0xBAAFDA) is unknown color: approx Moon Raker. HEX triplet: BA, AF and DA. RGB value is (186,175,218). Sum of RGB (Red+Green+Blue) = 186+175+218=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAAFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFDA is #455025. Grayscale: #B7B7B7. Windows color (decimal): -4542502 or 14331834. OLE color: 14331834.

HSL color Cylindrical-coordinate representation of color #BAAFDA: hue angle of 255.35º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAAFDA is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186175218-
CMYK0.150.2000.15
HSL255.35º36.75%77.06%-
HSV(B)255.35º19.72%85.49%-
XYZ48.2346.1672.7-
YUV183.19147.64130-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.12%
GREEN value IS 175 (68.75% from 255) = 30.22%
BLUE value IS 218 (85.55% from 255) = 37.65%
R=32.12%
G=30.22%
B=37.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861752180.150.2000.15255.3536.7577.06
HexBAAFDAF140Fff254d
Octal272257332172401737745115
Binary10111010101011111101101011111010001111111111111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFDA; }

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

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

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

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

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

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

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

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