Html Css Color HEX #BAAACE Moon Raker

📋 copy color: '#BAAACE'

red 186 ◦ green 170 ◦ blue 206

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

Shades of Moon Raker #BAAACE

Tints of Moon Raker #BAAACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.65%

R = 33.1%
G = 30.25%
B = 36.65%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BAAACE (or 0xBAAACE) is known color: Moon Raker. HEX triplet: BA, AA and CE. RGB value is (186,170,206). Sum of RGB (Red+Green+Blue) = 186+170+206=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 206 - color contains mainly: blue. Hex color #BAAACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAACE is #455531. Grayscale: #B2B2B2. Windows color (decimal): -4543794 or 13544122. OLE color: 13544122.

HSL color Cylindrical-coordinate representation of color #BAAACE: hue angle of 266.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAAACE is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 170 206 -
CMYK 0.10 0.17 0 0.19
HSL 266.67º 0.27% 0.74% -
HSV(B) 266.67º 0.17% 0.81% -
XYZ 45.77 43.64 64.4 -
YUV 178.89 143.3 133.07 -
System Red Green Blue C M Y K H S L
Decimal 186 170 206 0.10 0.17 0 0.19 266.67 0.27 0.74
Hex BA AA CE A 11 0 13 10B 1B 4A
Octal 272 252 316 12 21 0 23 413 33 112
Binary 10111010 10101010 11001110 1010 10001 0 10011 100001011 11011 1001010

Color Harmonies of #BAAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAACE

Black with #BAAACE

Text Example


Text Example

White with #BAAACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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