Html Css Color HEX #BAAAD7 Moon Raker

📋 copy color: '#BAAAD7'

red 186 ◦ green 170 ◦ blue 215

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

Shades of Moon Raker #BAAAD7

Tints of Moon Raker #BAAAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.65%

R = 32.57%
G = 29.77%
B = 37.65%

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

#BAAAD7 (or 0xBAAAD7) is known color: Moon Raker. HEX triplet: BA, AA and D7. RGB value is (186,170,215). Sum of RGB (Red+Green+Blue) = 186+170+215=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 215 (84.38% from 255 or 37.65% from 571); Max value from RGB is 215 - color contains mainly: blue. Hex color #BAAAD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAD7 is #455528. Grayscale: #B3B3B3. Windows color (decimal): -4543785 or 14133946. OLE color: 14133946.

HSL color Cylindrical-coordinate representation of color #BAAAD7: hue angle of 261.33º degrees, saturation: 0.36, 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 #BAAAD7 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 170 215 -
CMYK 0.13 0.21 0 0.16
HSL 261.33º 0.36% 0.75% -
HSV(B) 261.33º 0.21% 0.84% -
XYZ 46.89 44.09 70.33 -
YUV 179.91 147.8 132.34 -
System Red Green Blue C M Y K H S L
Decimal 186 170 215 0.13 0.21 0 0.16 261.33 0.36 0.75
Hex BA AA D7 D 15 0 10 105 24 4B
Octal 272 252 327 15 25 0 20 405 44 113
Binary 10111010 10101010 11010111 1101 10101 0 10000 100000101 100100 1001011

Color Harmonies of #BAAAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAAD7

Black with #BAAAD7

Text Example


Text Example

White with #BAAAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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