#BAAFCF

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

Shades of Moon Raker #BAAFCF

Tints of Moon Raker #BAAFCF

Color information

#BAAFCF (or 0xBAAFCF) is unknown color: approx Moon Raker. HEX triplet: BA, AF and CF. RGB value is (186,175,207). Sum of RGB (Red+Green+Blue) = 186+175+207=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 207 - color contains mainly: blue. Hex color #BAAFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFCF is #455030. Grayscale: #B5B5B5. Windows color (decimal): -4542513 or 13610938. OLE color: 13610938.

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

Color convert

RGB186175207-
CMYK0.100.1500.19
HSL260.62º25%74.9%-
HSV(B)260.62º15.46%81.18%-
XYZ46.8445.665.37-
YUV181.94142.14130.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.75%
GREEN value IS 175 (68.75% from 255) = 30.81%
BLUE value IS 207 (81.25% from 255) = 36.44%
R=32.75%
G=30.81%
B=36.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861752070.100.1500.19260.622574.9
HexBAAFCFAF013105194b
Octal272257317121702340531113
Binary10111010101011111100111110101111010011100000101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFCF; }

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

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

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

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

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

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

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

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