Html Css Color HEX #BAA7D9 Moon Raker

📋 copy color: '#BAA7D9'

red 186 ◦ green 167 ◦ blue 217

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

Shades of Moon Raker #BAA7D9

Tints of Moon Raker #BAA7D9

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.3%

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

R = 32.63%
G = 29.3%
B = 38.07%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAA7D9 (or 0xBAA7D9) is known color: Moon Raker. HEX triplet: BA, A7 and D9. RGB value is (186,167,217). Sum of RGB (Red+Green+Blue) = 186+167+217=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 167 (65.62% from 255 or 29.30% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAA7D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA7D9 is #455826. Grayscale: #B2B2B2. Windows color (decimal): -4544551 or 14264250. OLE color: 14264250.

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

Color convert

RGB 186 167 217 -
CMYK 0.14 0.23 0 0.15
HSL 262.8º 0.4% 0.75% -
HSV(B) 262.8º 0.23% 0.85% -
XYZ 46.59 43.09 71.51 -
YUV 178.38 149.79 133.43 -
System Red Green Blue C M Y K H S L
Decimal 186 167 217 0.14 0.23 0 0.15 262.8 0.4 0.75
Hex BA A7 D9 E 17 0 F 107 28 4B
Octal 272 247 331 16 27 0 17 407 50 113
Binary 10111010 10100111 11011001 1110 10111 0 1111 100000111 101000 1001011

Color Harmonies of #BAA7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA7D9

Black with #BAA7D9

Text Example


Text Example

White with #BAA7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA7D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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