#BCAFD8

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

Shades of Moon Raker #BCAFD8

Tints of Moon Raker #BCAFD8

Color information

#BCAFD8 (or 0xBCAFD8) is unknown color: approx Moon Raker. HEX triplet: BC, AF and D8. RGB value is (188,175,216). Sum of RGB (Red+Green+Blue) = 188+175+216=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 216 (84.77% from 255 or 37.31% from 579); Max value from RGB is 216 - color contains mainly: blue. Hex color #BCAFD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFD8 is #435027. Grayscale: #B7B7B7. Windows color (decimal): -4411432 or 14200764. OLE color: 14200764.

HSL color Cylindrical-coordinate representation of color #BCAFD8: hue angle of 259.02º degrees, saturation: 0.34, 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 #BCAFD8 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188175216-
CMYK0.130.1900.15
HSL259.02º34.45%76.67%-
HSV(B)259.02º18.98%84.71%-
XYZ48.4646.3171.35-
YUV183.56146.31131.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 175 (68.75% from 255) = 30.22%
BLUE value IS 216 (84.77% from 255) = 37.31%
R=32.47%
G=30.22%
B=37.31%

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
Decimal1881752160.130.1900.15259.0234.4576.67
HexBCAFD8D130F103224d
Octal274257330152301740342115
Binary101111001010111111011000110110011011111000000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFD8; }

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

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

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

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

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

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

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

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