Html Css Color HEX #BAA7DD Moon Raker

📋 copy color: '#BAA7DD'

red 186 ◦ green 167 ◦ blue 221

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

Shades of Moon Raker #BAA7DD

Tints of Moon Raker #BAA7DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.5%

R = 32.4%
G = 29.09%
B = 38.5%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BAA7DD (or 0xBAA7DD) is known color: Moon Raker. HEX triplet: BA, A7 and DD. RGB value is (186,167,221). Sum of RGB (Red+Green+Blue) = 186+167+221=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 167 (65.62% from 255 or 29.09% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAA7DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA7DD is #455822. Grayscale: #B2B2B2. Windows color (decimal): -4544547 or 14526394. OLE color: 14526394.

HSL color Cylindrical-coordinate representation of color #BAA7DD: hue angle of 261.11º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAA7DD is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 167 221 -
CMYK 0.16 0.24 0 0.13
HSL 261.11º 0.44% 0.76% -
HSV(B) 261.11º 0.24% 0.87% -
XYZ 47.12 43.3 74.28 -
YUV 178.84 151.79 133.11 -
System Red Green Blue C M Y K H S L
Decimal 186 167 221 0.16 0.24 0 0.13 261.11 0.44 0.76
Hex BA A7 DD 10 18 0 D 105 2C 4C
Octal 272 247 335 20 30 0 15 405 54 114
Binary 10111010 10100111 11011101 10000 11000 0 1101 100000101 101100 1001100

Color Harmonies of #BAA7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA7DD

Black with #BAA7DD

Text Example


Text Example

White with #BAA7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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