#BFB7D0

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

Shades of Moon Raker #BFB7D0

Tints of Moon Raker #BFB7D0

Color information

#BFB7D0 (or 0xBFB7D0) is unknown color: approx Moon Raker. HEX triplet: BF, B7 and D0. RGB value is (191,183,208). Sum of RGB (Red+Green+Blue) = 191+183+208=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 183 (71.88% from 255 or 31.44% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFB7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB7D0 is #40482F. Grayscale: #BCBCBC. Windows color (decimal): -4212784 or 13678527. OLE color: 13678527.

HSL color Cylindrical-coordinate representation of color #BFB7D0: hue angle of 259.2º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFB7D0 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191183208-
CMYK0.080.1200.18
HSL259.2º21.01%76.67%-
HSV(B)259.2º12.02%81.57%-
XYZ49.849.566.6-
YUV188.24139.15129.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.82%
GREEN value IS 183 (71.88% from 255) = 31.44%
BLUE value IS 208 (81.64% from 255) = 35.74%
R=32.82%
G=31.44%
B=35.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911832080.080.1200.18259.221.0176.67
HexBFB7D08C012103154d
Octal277267320101402240325115
Binary10111111101101111101000010001100010010100000011101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB7D0; }

 p { color: rgb(191,183,208); }

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

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

 a { background-color: rgb(191,183,208); }

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

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

 span { border-color: rgb(191,183,208); }

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