Html Css Color HEX #BAA9DB Moon Raker

📋 copy color: '#BAA9DB'

red 186 ◦ green 169 ◦ blue 219

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

Shades of Moon Raker #BAA9DB

Tints of Moon Raker #BAA9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.15%

R = 32.4%
G = 29.44%
B = 38.15%

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

#BAA9DB (or 0xBAA9DB) is known color: Moon Raker. HEX triplet: BA, A9 and DB. RGB value is (186,169,219). Sum of RGB (Red+Green+Blue) = 186+169+219=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAA9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA9DB is #455624. Grayscale: #B3B3B3. Windows color (decimal): -4544037 or 14395834. OLE color: 14395834.

HSL color Cylindrical-coordinate representation of color #BAA9DB: hue angle of 260.4º degrees, saturation: 0.41, 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 #BAA9DB is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 169 219 -
CMYK 0.15 0.23 0 0.14
HSL 260.4º 0.41% 0.76% -
HSV(B) 260.4º 0.23% 0.86% -
XYZ 47.22 43.93 73.01 -
YUV 179.78 150.13 132.43 -
System Red Green Blue C M Y K H S L
Decimal 186 169 219 0.15 0.23 0 0.14 260.4 0.41 0.76
Hex BA A9 DB F 17 0 E 104 29 4C
Octal 272 251 333 17 27 0 16 404 51 114
Binary 10111010 10101001 11011011 1111 10111 0 1110 100000100 101001 1001100

Color Harmonies of #BAA9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA9DB

Black with #BAA9DB

Text Example


Text Example

White with #BAA9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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