Html Css Color HEX #BAAACD Moon Raker

📋 copy color: '#BAAACD'

red 186 ◦ green 170 ◦ blue 205

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

Shades of Moon Raker #BAAACD

Tints of Moon Raker #BAAACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.54%

R = 33.16%
G = 30.3%
B = 36.54%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BAAACD (or 0xBAAACD) is known color: Moon Raker. HEX triplet: BA, AA and CD. RGB value is (186,170,205). Sum of RGB (Red+Green+Blue) = 186+170+205=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #BAAACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAACD is #455532. Grayscale: #B2B2B2. Windows color (decimal): -4543795 or 13478586. OLE color: 13478586.

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

Color convert

RGB 186 170 205 -
CMYK 0.09 0.17 0 0.20
HSL 267.43º 0.26% 0.74% -
HSV(B) 267.43º 0.17% 0.8% -
XYZ 45.64 43.6 63.77 -
YUV 178.77 142.8 133.15 -
System Red Green Blue C M Y K H S L
Decimal 186 170 205 0.09 0.17 0 0.20 267.43 0.26 0.74
Hex BA AA CD 9 11 0 14 10B 1A 4A
Octal 272 252 315 11 21 0 24 413 32 112
Binary 10111010 10101010 11001101 1001 10001 0 10100 100001011 11010 1001010

Color Harmonies of #BAAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAACD

Black with #BAAACD

Text Example


Text Example

White with #BAAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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