#BCAFD9

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

Shades of Moon Raker #BCAFD9

Tints of Moon Raker #BCAFD9

Color information

#BCAFD9 (or 0xBCAFD9) is unknown color: approx Moon Raker. HEX triplet: BC, AF and D9. RGB value is (188,175,217). Sum of RGB (Red+Green+Blue) = 188+175+217=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCAFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFD9 is #435026. Grayscale: #B7B7B7. Windows color (decimal): -4411431 or 14266300. OLE color: 14266300.

HSL color Cylindrical-coordinate representation of color #BCAFD9: hue angle of 258.57º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCAFD9 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188175217-
CMYK0.130.1900.15
HSL258.57º35.59%76.86%-
HSV(B)258.57º19.35%85.1%-
XYZ48.5946.3672.03-
YUV183.68146.81131.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.41%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 217 (85.16% from 255) = 37.41%
R=32.41%
G=30.17%
B=37.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881752170.130.1900.15258.5735.5976.86
HexBCAFD9D130F103244d
Octal274257331152301740344115
Binary101111001010111111011001110110011011111000000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFD9; }

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

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

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

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

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

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

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

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