Html Css Color HEX #BAA8DD Moon Raker

📋 copy color: '#BAA8DD'

red 186 ◦ green 168 ◦ blue 221

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

Shades of Moon Raker #BAA8DD

Tints of Moon Raker #BAA8DD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.22%

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

R = 32.35%
G = 29.22%
B = 38.43%

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

#BAA8DD (or 0xBAA8DD) is known color: Moon Raker. HEX triplet: BA, A8 and DD. RGB value is (186,168,221). Sum of RGB (Red+Green+Blue) = 186+168+221=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 168 (66.02% from 255 or 29.22% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAA8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA8DD is #455722. Grayscale: #B3B3B3. Windows color (decimal): -4544291 or 14526650. OLE color: 14526650.

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

Color convert

RGB 186 168 221 -
CMYK 0.16 0.24 0 0.13
HSL 260.38º 0.44% 0.76% -
HSV(B) 260.38º 0.24% 0.87% -
XYZ 47.3 43.66 74.34 -
YUV 179.42 151.46 132.69 -
System Red Green Blue C M Y K H S L
Decimal 186 168 221 0.16 0.24 0 0.13 260.38 0.44 0.76
Hex BA A8 DD 10 18 0 D 104 2C 4C
Octal 272 250 335 20 30 0 15 404 54 114
Binary 10111010 10101000 11011101 10000 11000 0 1101 100000100 101100 1001100

Color Harmonies of #BAA8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA8DD

Black with #BAA8DD

Text Example


Text Example

White with #BAA8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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