#BFAEDE

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

Shades of Moon Raker #BFAEDE

Tints of Moon Raker #BFAEDE

Color information

#BFAEDE (or 0xBFAEDE) is unknown color: approx Moon Raker. HEX triplet: BF, AE and DE. RGB value is (191,174,222). Sum of RGB (Red+Green+Blue) = 191+174+222=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFAEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEDE is #405121. Grayscale: #B8B8B8. Windows color (decimal): -4215074 or 14593727. OLE color: 14593727.

HSL color Cylindrical-coordinate representation of color #BFAEDE: hue angle of 261.25º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFAEDE is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191174222-
CMYK0.140.2200.13
HSL261.25º42.11%77.65%-
HSV(B)261.25º21.62%87.06%-
XYZ49.8146.6275.48-
YUV184.55149.13132.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.54%
GREEN value IS 174 (68.36% from 255) = 29.64%
BLUE value IS 222 (87.11% from 255) = 37.82%
R=32.54%
G=29.64%
B=37.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911742220.140.2200.13261.2542.1177.65
HexBFAEDEE160D1052a4e
Octal277256336162601540552116
Binary101111111010111011011110111010110011011000001011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEDE; }

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

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

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

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

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

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

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

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