Html Css Color HEX #BAAAD9 Moon Raker

📋 copy color: '#BAAAD9'

red 186 ◦ green 170 ◦ blue 217

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

Shades of Moon Raker #BAAAD9

Tints of Moon Raker #BAAAD9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.67%

 BLUE value IS 217 (85.16% from 255) = 37.87%

R = 32.46%
G = 29.67%
B = 37.87%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAAAD9 (or 0xBAAAD9) is known color: Moon Raker. HEX triplet: BA, AA and D9. RGB value is (186,170,217). Sum of RGB (Red+Green+Blue) = 186+170+217=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 217 (85.16% from 255 or 37.87% from 573); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAAAD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAD9 is #455526. Grayscale: #B3B3B3. Windows color (decimal): -4543783 or 14265018. OLE color: 14265018.

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

Color convert

RGB 186 170 217 -
CMYK 0.14 0.22 0 0.15
HSL 260.43º 0.38% 0.76% -
HSV(B) 260.43º 0.22% 0.85% -
XYZ 47.15 44.2 71.69 -
YUV 180.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 186 170 217 0.14 0.22 0 0.15 260.43 0.38 0.76
Hex BA AA D9 E 16 0 F 104 26 4C
Octal 272 252 331 16 26 0 17 404 46 114
Binary 10111010 10101010 11011001 1110 10110 0 1111 100000100 100110 1001100

Color Harmonies of #BAAAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAAD9

Black with #BAAAD9

Text Example


Text Example

White with #BAAAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAAD9; }

 p { color: rgb(186,170,217); }

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

background-color css

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

 a { background-color: rgb(186,170,217); }

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

border-color css

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

 span { border-color: rgb(186,170,217); }

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