#BFAFDF

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

Shades of Moon Raker #BFAFDF

Tints of Moon Raker #BFAFDF

Color information

#BFAFDF (or 0xBFAFDF) is unknown color: approx Moon Raker. HEX triplet: BF, AF and DF. RGB value is (191,175,223). Sum of RGB (Red+Green+Blue) = 191+175+223=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFAFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFDF is #405020. Grayscale: #B9B9B9. Windows color (decimal): -4214817 or 14659519. OLE color: 14659519.

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

Color convert

RGB191175223-
CMYK0.140.2200.13
HSL260º42.86%78.04%-
HSV(B)260º21.52%87.45%-
XYZ50.1447.0676.25-
YUV185.26149.3132.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.43%
GREEN value IS 175 (68.75% from 255) = 29.71%
BLUE value IS 223 (87.5% from 255) = 37.86%
R=32.43%
G=29.71%
B=37.86%

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
Decimal1911752230.140.2200.1326042.8678.04
HexBFAFDFE160D1042b4e
Octal277257337162601540453116
Binary101111111010111111011111111010110011011000001001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAFDF; }

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

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

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

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

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

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

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

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