Html Css Color HEX #BAAAD6 Moon Raker

📋 copy color: '#BAAAD6'

red 186 ◦ green 170 ◦ blue 214

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

Shades of Moon Raker #BAAAD6

Tints of Moon Raker #BAAAD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.54%

R = 32.63%
G = 29.82%
B = 37.54%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BAAAD6 (or 0xBAAAD6) is known color: Moon Raker. HEX triplet: BA, AA and D6. RGB value is (186,170,214). Sum of RGB (Red+Green+Blue) = 186+170+214=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 214 - color contains mainly: blue. Hex color #BAAAD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAD6 is #455529. Grayscale: #B3B3B3. Windows color (decimal): -4543786 or 14068410. OLE color: 14068410.

HSL color Cylindrical-coordinate representation of color #BAAAD6: hue angle of 261.82º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAAAD6 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 170 214 -
CMYK 0.13 0.21 0 0.16
HSL 261.82º 0.35% 0.75% -
HSV(B) 261.82º 0.21% 0.84% -
XYZ 46.76 44.04 69.65 -
YUV 179.8 147.3 132.42 -
System Red Green Blue C M Y K H S L
Decimal 186 170 214 0.13 0.21 0 0.16 261.82 0.35 0.75
Hex BA AA D6 D 15 0 10 106 23 4B
Octal 272 252 326 15 25 0 20 406 43 113
Binary 10111010 10101010 11010110 1101 10101 0 10000 100000110 100011 1001011

Color Harmonies of #BAAAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAAD6

Black with #BAAAD6

Text Example


Text Example

White with #BAAAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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