Html Css Color HEX #BAAACC Moon Raker

📋 copy color: '#BAAACC'

red 186 ◦ green 170 ◦ blue 204

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

Shades of Moon Raker #BAAACC

Tints of Moon Raker #BAAACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.43%

R = 33.21%
G = 30.36%
B = 36.43%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BAAACC (or 0xBAAACC) is known color: Moon Raker. HEX triplet: BA, AA and CC. RGB value is (186,170,204). Sum of RGB (Red+Green+Blue) = 186+170+204=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAAACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAACC is #455533. Grayscale: #B2B2B2. Windows color (decimal): -4543796 or 13413050. OLE color: 13413050.

HSL color Cylindrical-coordinate representation of color #BAAACC: hue angle of 268.24º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAAACC is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 170 204 -
CMYK 0.09 0.17 0 0.2
HSL 268.24º 0.25% 0.73% -
HSV(B) 268.24º 0.17% 0.8% -
XYZ 45.52 43.55 63.13 -
YUV 178.66 142.3 133.24 -
System Red Green Blue C M Y K H S L
Decimal 186 170 204 0.09 0.17 0 0.2 268.24 0.25 0.73
Hex BA AA CC 9 11 0 14 10C 19 49
Octal 272 252 314 11 21 0 24 414 31 111
Binary 10111010 10101010 11001100 1001 10001 0 10100 100001100 11001 1001001

Color Harmonies of #BAAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAACC

Black with #BAAACC

Text Example


Text Example

White with #BAAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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