Html Css Color HEX #BAA9DC Moon Raker

📋 copy color: '#BAA9DC'

red 186 ◦ green 169 ◦ blue 220

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

Shades of Moon Raker #BAA9DC

Tints of Moon Raker #BAA9DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.26%

R = 32.35%
G = 29.39%
B = 38.26%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BAA9DC (or 0xBAA9DC) is known color: Moon Raker. HEX triplet: BA, A9 and DC. RGB value is (186,169,220). Sum of RGB (Red+Green+Blue) = 186+169+220=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 169 (66.41% from 255 or 29.39% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAA9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA9DC is #455623. Grayscale: #B3B3B3. Windows color (decimal): -4544036 or 14461370. OLE color: 14461370.

HSL color Cylindrical-coordinate representation of color #BAA9DC: hue angle of 260º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAA9DC is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 169 220 -
CMYK 0.15 0.23 0 0.14
HSL 260º 0.42% 0.76% -
HSV(B) 260º 0.23% 0.86% -
XYZ 47.36 43.98 73.7 -
YUV 179.9 150.63 132.35 -
System Red Green Blue C M Y K H S L
Decimal 186 169 220 0.15 0.23 0 0.14 260 0.42 0.76
Hex BA A9 DC F 17 0 E 104 2A 4C
Octal 272 251 334 17 27 0 16 404 52 114
Binary 10111010 10101001 11011100 1111 10111 0 1110 100000100 101010 1001100

Color Harmonies of #BAA9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA9DC

Black with #BAA9DC

Text Example


Text Example

White with #BAA9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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