#BAAFD4

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

Shades of Moon Raker #BAAFD4

Tints of Moon Raker #BAAFD4

Color information

#BAAFD4 (or 0xBAAFD4) is unknown color: approx Moon Raker. HEX triplet: BA, AF and D4. RGB value is (186,175,212). Sum of RGB (Red+Green+Blue) = 186+175+212=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 212 - color contains mainly: blue. Hex color #BAAFD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFD4 is #45502B. Grayscale: #B6B6B6. Windows color (decimal): -4542508 or 13938618. OLE color: 13938618.

HSL color Cylindrical-coordinate representation of color #BAAFD4: hue angle of 257.84º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAAFD4 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB186175212-
CMYK0.120.1700.17
HSL257.84º30.08%75.88%-
HSV(B)257.84º17.45%83.14%-
XYZ47.4645.8568.64-
YUV182.51144.64130.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.46%
GREEN value IS 175 (68.75% from 255) = 30.54%
BLUE value IS 212 (83.20% from 255) = 37.00%
R=32.46%
G=30.54%
B=37.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1861752120.120.1700.17257.8430.0875.88
HexBAAFD4C110111021e4c
Octal272257324142102140236114
Binary101110101010111111010100110010001010001100000010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFD4; }

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

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

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

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

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

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

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

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