#BFAED8

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

Shades of Moon Raker #BFAED8

Tints of Moon Raker #BFAED8

Color information

#BFAED8 (or 0xBFAED8) is unknown color: approx Moon Raker. HEX triplet: BF, AE and D8. RGB value is (191,174,216). Sum of RGB (Red+Green+Blue) = 191+174+216=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFAED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAED8 is #405127. Grayscale: #B7B7B7. Windows color (decimal): -4215080 or 14200511. OLE color: 14200511.

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

Color convert

RGB191174216-
CMYK0.120.1900.15
HSL264.29º35%76.47%-
HSV(B)264.29º19.44%84.71%-
XYZ49.0246.3171.32-
YUV183.87146.13133.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.87%
GREEN value IS 174 (68.36% from 255) = 29.95%
BLUE value IS 216 (84.77% from 255) = 37.18%
R=32.87%
G=29.95%
B=37.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911742160.120.1900.15264.293576.47
HexBFAED8C130F108234c
Octal277256330142301741043114
Binary101111111010111011011000110010011011111000010001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAED8; }

 p { color: rgb(191,174,216); }

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

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

 a { background-color: rgb(191,174,216); }

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

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

 span { border-color: rgb(191,174,216); }

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