#BFB7D1

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

Shades of Moon Raker #BFB7D1

Tints of Moon Raker #BFB7D1

Color information

#BFB7D1 (or 0xBFB7D1) is unknown color: approx Moon Raker. HEX triplet: BF, B7 and D1. RGB value is (191,183,209). Sum of RGB (Red+Green+Blue) = 191+183+209=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 183 (71.88% from 255 or 31.39% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 209 - color contains mainly: blue. Hex color #BFB7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB7D1 is #40482E. Grayscale: #BCBCBC. Windows color (decimal): -4212783 or 13744063. OLE color: 13744063.

HSL color Cylindrical-coordinate representation of color #BFB7D1: hue angle of 258.46º degrees, saturation: 0.22, 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 #BFB7D1 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191183209-
CMYK0.090.1200.18
HSL258.46º22.03%76.86%-
HSV(B)258.46º12.44%81.96%-
XYZ49.9349.5567.25-
YUV188.36139.65129.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.76%
GREEN value IS 183 (71.88% from 255) = 31.39%
BLUE value IS 209 (82.03% from 255) = 35.85%
R=32.76%
G=31.39%
B=35.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911832090.090.1200.18258.4622.0376.86
HexBFB7D19C012102164d
Octal277267321111402240226115
Binary10111111101101111101000110011100010010100000010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB7D1; }

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

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

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

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

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

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

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

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