Html Css Color HEX #BAA8DA Moon Raker

📋 copy color: '#BAA8DA'

red 186 ◦ green 168 ◦ blue 218

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

Shades of Moon Raker #BAA8DA

Tints of Moon Raker #BAA8DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.11%

R = 32.52%
G = 29.37%
B = 38.11%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAA8DA (or 0xBAA8DA) is known color: Moon Raker. HEX triplet: BA, A8 and DA. RGB value is (186,168,218). Sum of RGB (Red+Green+Blue) = 186+168+218=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAA8DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA8DA is #455725. Grayscale: #B2B2B2. Windows color (decimal): -4544294 or 14330042. OLE color: 14330042.

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

Color convert

RGB 186 168 218 -
CMYK 0.15 0.23 0 0.15
HSL 261.6º 0.4% 0.76% -
HSV(B) 261.6º 0.23% 0.85% -
XYZ 46.91 43.51 72.25 -
YUV 179.08 149.96 132.93 -
System Red Green Blue C M Y K H S L
Decimal 186 168 218 0.15 0.23 0 0.15 261.6 0.4 0.76
Hex BA A8 DA F 17 0 F 106 28 4C
Octal 272 250 332 17 27 0 17 406 50 114
Binary 10111010 10101000 11011010 1111 10111 0 1111 100000110 101000 1001100

Color Harmonies of #BAA8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA8DA

Black with #BAA8DA

Text Example


Text Example

White with #BAA8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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