#BCAFD1

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

Shades of Moon Raker #BCAFD1

Tints of Moon Raker #BCAFD1

Color information

#BCAFD1 (or 0xBCAFD1) is unknown color: approx Moon Raker. HEX triplet: BC, AF and D1. RGB value is (188,175,209). Sum of RGB (Red+Green+Blue) = 188+175+209=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCAFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFD1 is #43502E. Grayscale: #B6B6B6. Windows color (decimal): -4411439 or 13742012. OLE color: 13742012.

HSL color Cylindrical-coordinate representation of color #BCAFD1: hue angle of 262.94º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCAFD1 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188175209-
CMYK0.100.1600.18
HSL262.94º26.98%75.29%-
HSV(B)262.94º16.27%81.96%-
XYZ47.5845.9566.68-
YUV182.76142.81131.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.87%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 209 (82.03% from 255) = 36.54%
R=32.87%
G=30.59%
B=36.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881752090.100.1600.18262.9426.9875.29
HexBCAFD1A100121071b4b
Octal274257321122002240733113
Binary101111001010111111010001101010000010010100000111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFD1; }

 p { color: rgb(188,175,209); }

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

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

 a { background-color: rgb(188,175,209); }

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

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

 span { border-color: rgb(188,175,209); }

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