#BFAEDF

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

Shades of Moon Raker #BFAEDF

Tints of Moon Raker #BFAEDF

Color information

#BFAEDF (or 0xBFAEDF) is unknown color: approx Moon Raker. HEX triplet: BF, AE and DF. RGB value is (191,174,223). Sum of RGB (Red+Green+Blue) = 191+174+223=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFAEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEDF is #405120. Grayscale: #B8B8B8. Windows color (decimal): -4215073 or 14659263. OLE color: 14659263.

HSL color Cylindrical-coordinate representation of color #BFAEDF: hue angle of 260.82º degrees, saturation: 0.43, 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 #BFAEDF is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191174223-
CMYK0.140.2200.13
HSL260.82º43.36%77.84%-
HSV(B)260.82º21.97%87.45%-
XYZ49.9446.6876.19-
YUV184.67149.63132.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.48%
GREEN value IS 174 (68.36% from 255) = 29.59%
BLUE value IS 223 (87.5% from 255) = 37.93%
R=32.48%
G=29.59%
B=37.93%

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
Decimal1911742230.140.2200.13260.8243.3677.84
HexBFAEDFE160D1052b4e
Octal277256337162601540553116
Binary101111111010111011011111111010110011011000001011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEDF; }

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

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

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

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

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

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

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

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