Html Css Color HEX #BAA9DF Moon Raker

📋 copy color: '#BAA9DF'

red 186 ◦ green 169 ◦ blue 223

#BAA9DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Raker #BAA9DF

Tints of Moon Raker #BAA9DF

RGB

 RED value IS 186 (73.05% from 255) = 32.18%

 GREEN value IS 169 (66.41% from 255) = 29.24%

 BLUE value IS 223 (87.5% from 255) = 38.58%

R = 32.18%
G = 29.24%
B = 38.58%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BAA9DF (or 0xBAA9DF) is known color: Moon Raker. HEX triplet: BA, A9 and DF. RGB value is (186,169,223). Sum of RGB (Red+Green+Blue) = 186+169+223=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 169 (66.41% from 255 or 29.24% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAA9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA9DF is #455620. Grayscale: #B4B4B4. Windows color (decimal): -4544033 or 14657978. OLE color: 14657978.

HSL color Cylindrical-coordinate representation of color #BAA9DF: hue angle of 258.89º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAA9DF is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 169 223 -
CMYK 0.17 0.24 0 0.13
HSL 258.89º 0.46% 0.77% -
HSV(B) 258.89º 0.24% 0.87% -
XYZ 47.76 44.14 75.82 -
YUV 180.24 152.13 132.11 -
System Red Green Blue C M Y K H S L
Decimal 186 169 223 0.17 0.24 0 0.13 258.89 0.46 0.77
Hex BA A9 DF 11 18 0 D 103 2E 4D
Octal 272 251 337 21 30 0 15 403 56 115
Binary 10111010 10101001 11011111 10001 11000 0 1101 100000011 101110 1001101

Color Harmonies of #BAA9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA9DF

Black with #BAA9DF

Text Example


Text Example

White with #BAA9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA9DF; }

 p { color: rgb(186,169,223); }

 H1.HeaderClassName
 {
   color: #BAA9DF;
 }
 .AnyTagClassName
 {
   color: #BAA9DF;
 }
</style>

background-color css

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

 a { background-color: rgb(186,169,223); }

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

border-color css

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

 span { border-color: rgb(186,169,223); }

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