#BAAFCC

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

Shades of Moon Raker #BAAFCC

Tints of Moon Raker #BAAFCC

Color information

#BAAFCC (or 0xBAAFCC) is unknown color: approx Moon Raker. HEX triplet: BA, AF and CC. RGB value is (186,175,204). Sum of RGB (Red+Green+Blue) = 186+175+204=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAAFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFCC is #455033. Grayscale: #B5B5B5. Windows color (decimal): -4542516 or 13414330. OLE color: 13414330.

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

Color convert

RGB186175204-
CMYK0.090.1400.2
HSL262.76º22.14%74.31%-
HSV(B)262.76º14.22%80%-
XYZ46.4845.4663.45-
YUV181.6140.64131.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.92%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 204 (80.08% from 255) = 36.11%
R=32.92%
G=30.97%
B=36.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861752040.090.1400.2262.7622.1474.31
HexBAAFCC9E014107164a
Octal272257314111602440726112
Binary10111010101011111100110010011110010100100000111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFCC; }

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

 H1.HeaderClassName
 {
   color: #BAAFCC;
 }
 .AnyTagClassName
 {
   color: #BAAFCC;
 }
</style>
background-color css

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

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

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

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

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

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