#BFB1D5

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

Shades of Moon Raker #BFB1D5

Tints of Moon Raker #BFB1D5

Color information

#BFB1D5 (or 0xBFB1D5) is unknown color: approx Moon Raker. HEX triplet: BF, B1 and D5. RGB value is (191,177,213). Sum of RGB (Red+Green+Blue) = 191+177+213=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFB1D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1D5 is #404E2A. Grayscale: #B9B9B9. Windows color (decimal): -4214315 or 14004671. OLE color: 14004671.

HSL color Cylindrical-coordinate representation of color #BFB1D5: hue angle of 263.33º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFB1D5 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191177213-
CMYK0.100.1700.16
HSL263.33º30%76.47%-
HSV(B)263.33º16.9%83.53%-
XYZ49.2247.3269.49-
YUV185.29143.64132.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.87%
GREEN value IS 177 (69.53% from 255) = 30.46%
BLUE value IS 213 (83.59% from 255) = 36.66%
R=32.87%
G=30.46%
B=36.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911772130.100.1700.16263.333076.47
HexBFB1D5A110101071e4c
Octal277261325122102040736114
Binary101111111011000111010101101010001010000100000111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB1D5; }

 p { color: rgb(191,177,213); }

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

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

 a { background-color: rgb(191,177,213); }

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

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

 span { border-color: rgb(191,177,213); }

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