#BAAACD

Color #BAAACD Moon Raker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Raker #BAAACD

Tints of Moon Raker #BAAACD

Color information

#BAAACD (or 0xBAAACD) is unknown color: approx 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

RGB186170205-
CMYK0.090.1700.20
HSL267.43º25.93%73.53%-
HSV(B)267.43º17.07%80.39%-
XYZ45.6443.663.77-
YUV178.77142.8133.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.16%
GREEN value IS 170 (66.80% from 255) = 30.30%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=33.16%
G=30.30%
B=36.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861702050.090.1700.20267.4325.9373.53
HexBAAACD91101410b1a4a
Octal272252315112102441332112
Binary101110101010101011001101100110001010100100001011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>