Html Css Color HEX #BAA8DB Moon Raker

📋 copy color: '#BAA8DB'

red 186 ◦ green 168 ◦ blue 219

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

Shades of Moon Raker #BAA8DB

Tints of Moon Raker #BAA8DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.22%

R = 32.46%
G = 29.32%
B = 38.22%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BAA8DB (or 0xBAA8DB) is known color: Moon Raker. HEX triplet: BA, A8 and DB. RGB value is (186,168,219). Sum of RGB (Red+Green+Blue) = 186+168+219=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAA8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA8DB is #455724. Grayscale: #B3B3B3. Windows color (decimal): -4544293 or 14395578. OLE color: 14395578.

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

Color convert

RGB 186 168 219 -
CMYK 0.15 0.23 0 0.14
HSL 261.18º 0.41% 0.76% -
HSV(B) 261.18º 0.23% 0.86% -
XYZ 47.04 43.56 72.95 -
YUV 179.2 150.46 132.85 -
System Red Green Blue C M Y K H S L
Decimal 186 168 219 0.15 0.23 0 0.14 261.18 0.41 0.76
Hex BA A8 DB F 17 0 E 105 29 4C
Octal 272 250 333 17 27 0 16 405 51 114
Binary 10111010 10101000 11011011 1111 10111 0 1110 100000101 101001 1001100

Color Harmonies of #BAA8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA8DB

Black with #BAA8DB

Text Example


Text Example

White with #BAA8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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