Html Css Color HEX #BAAADC Moon Raker

📋 copy color: '#BAAADC'

red 186 ◦ green 170 ◦ blue 220

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

Shades of Moon Raker #BAAADC

Tints of Moon Raker #BAAADC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.51%

 BLUE value IS 220 (86.33% from 255) = 38.19%

R = 32.29%
G = 29.51%
B = 38.19%

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

#BAAADC (or 0xBAAADC) is known color: Moon Raker. HEX triplet: BA, AA and DC. RGB value is (186,170,220). Sum of RGB (Red+Green+Blue) = 186+170+220=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAAADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAADC is #455523. Grayscale: #B4B4B4. Windows color (decimal): -4543780 or 14461626. OLE color: 14461626.

HSL color Cylindrical-coordinate representation of color #BAAADC: hue angle of 259.2º degrees, saturation: 0.42, 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 #BAAADC is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 170 220 -
CMYK 0.15 0.23 0 0.14
HSL 259.2º 0.42% 0.76% -
HSV(B) 259.2º 0.23% 0.86% -
XYZ 47.54 44.36 73.77 -
YUV 180.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 186 170 220 0.15 0.23 0 0.14 259.2 0.42 0.76
Hex BA AA DC F 17 0 E 103 2A 4C
Octal 272 252 334 17 27 0 16 403 52 114
Binary 10111010 10101010 11011100 1111 10111 0 1110 100000011 101010 1001100

Color Harmonies of #BAAADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAADC

Black with #BAAADC

Text Example


Text Example

White with #BAAADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAADC; }

 p { color: rgb(186,170,220); }

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

background-color css

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

 a { background-color: rgb(186,170,220); }

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

border-color css

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

 span { border-color: rgb(186,170,220); }

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