#BAAFD7

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

Shades of Moon Raker #BAAFD7

Tints of Moon Raker #BAAFD7

Color information

#BAAFD7 (or 0xBAAFD7) is unknown color: approx Moon Raker. HEX triplet: BA, AF and D7. RGB value is (186,175,215). Sum of RGB (Red+Green+Blue) = 186+175+215=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 215 (84.38% from 255 or 37.33% from 576); Max value from RGB is 215 - color contains mainly: blue. Hex color #BAAFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFD7 is #455028. Grayscale: #B6B6B6. Windows color (decimal): -4542505 or 14135226. OLE color: 14135226.

HSL color Cylindrical-coordinate representation of color #BAAFD7: hue angle of 256.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAAFD7 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186175215-
CMYK0.130.1900.16
HSL256.5º33.33%76.47%-
HSV(B)256.5º18.6%84.31%-
XYZ47.8546.0170.65-
YUV182.85146.14130.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 175 (68.75% from 255) = 30.38%
BLUE value IS 215 (84.38% from 255) = 37.33%
R=32.29%
G=30.38%
B=37.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861752150.130.1900.16256.533.3376.47
HexBAAFD7D13010100214c
Octal272257327152302040041114
Binary1011101010101111110101111101100110100001000000001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFD7; }

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

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

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

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

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

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

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

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